|
| 1 | +{ |
| 2 | + "name": "wdio-repro-devtools-input", |
| 3 | + "scripts": { |
| 4 | + "test:chromedriver": "wdio configs/chromedriver.config.js", |
| 5 | + "test:grid": "wdio configs/grid.config.js", |
| 6 | + "test:devtools": "wdio configs/devtools.config.js" |
| 7 | + }, |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git@https://github.com/nextlevelbeard/wdio-repro-devtools-input.git" |
| 11 | + }, |
| 12 | + "keywords": [ |
| 13 | + "e2e", |
| 14 | + "tests", |
| 15 | + "e2e-tests" |
| 16 | + ], |
| 17 | + "homepage": "https://github.com/nextlevelbeard/wdio-repro-devtools-input", |
| 18 | + "dependencies": { |
| 19 | + "@wdio/allure-reporter": "^5.18.6", |
| 20 | + "@wdio/cli": "^5.19.0", |
| 21 | + "@wdio/config": "^5.18.4", |
| 22 | + "@wdio/local-runner": "^5.19.0", |
| 23 | + "@wdio/logger": "^5.16.10", |
| 24 | + "@wdio/mocha-framework": "^5.18.7", |
| 25 | + "@wdio/runner": "^5.19.0", |
| 26 | + "@wdio/selenium-standalone-service": "^5.16.10", |
| 27 | + "@wdio/spec-reporter": "^5.18.7", |
| 28 | + "@wdio/sync": "^5.18.7", |
| 29 | + "chai": "latest", |
| 30 | + "chromedriver": "latest", |
| 31 | + "devtools": "^5.19.0", |
| 32 | + "wdio-chromedriver-service": "^5.0.2", |
| 33 | + "webdriver": "^5.19.0", |
| 34 | + "webdriverio": "^5.19.0" |
| 35 | + }, |
| 36 | + "engines": { |
| 37 | + "node": ">=12.13.0", |
| 38 | + "npm": ">=6.12.0" |
| 39 | + } |
| 40 | +} |
0 commit comments