|
| 1 | +{ |
| 2 | + "name": "tutorial-cross-app-testing", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Cross-application testing with Protractor and Serenity/JS", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "clean": "rimraf target", |
| 8 | + "lint": "tslint --config tslint.json --project tsconfig.json --format stylish", |
| 9 | + "pretest": "serenity update", |
| 10 | + "pree2e": "npm run lint && npm run webdriver:update -- --standalone --versions.standalone=2.53.1 --versions.chrome=2.29", |
| 11 | + "e2e": "protractor ./protractor.conf.js", |
| 12 | + "e2e-single": "protractor ./protractor.conf.js --mochaOpts.grep", |
| 13 | + "report": "serenity run", |
| 14 | + "test": "failsafe e2e report", |
| 15 | + "webdriver-manager": "webdriver-manager", |
| 16 | + "webdriver:update": "npm run webdriver-manager update" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/serenity-js/tutorial-cross-app-testing.git" |
| 21 | + }, |
| 22 | + "author": "Jan Molak <jan.molak@smartcodeltd.co.uk>", |
| 23 | + "license": "Apache-2.0", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/serenity-js/tutorial-cross-app-testing/issues" |
| 26 | + }, |
| 27 | + "homepage": "https://github.com/serenity-js/tutorial-cross-app-testing#readme", |
| 28 | + "devDependencies": { |
| 29 | + "@types/chai": "3.5.0", |
| 30 | + "@types/chai-as-promised": "0.0.30", |
| 31 | + "@types/mocha": "2.2.40", |
| 32 | + "@types/node": "7.0.12", |
| 33 | + "chai": "3.5.0", |
| 34 | + "chai-as-promised": "6.0.0", |
| 35 | + "mocha": "3.2.0", |
| 36 | + "npm-failsafe": "0.2.1", |
| 37 | + "protractor": "5.1.1", |
| 38 | + "rimraf": "2.6.1", |
| 39 | + "serenity-cli": "0.2.4", |
| 40 | + "serenity-js": "1.3.0", |
| 41 | + "ts-node": "3.0.2", |
| 42 | + "tslint": "5.1.0", |
| 43 | + "tslint-microsoft-contrib": "4.0.1", |
| 44 | + "typescript": "2.2.2" |
| 45 | + }, |
| 46 | + "engines": { |
| 47 | + "node": ">= 6.9.x" |
| 48 | + } |
| 49 | +} |
0 commit comments