-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.2 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "cmc-wdio-testing",
"version": "1.0.0",
"description": "Cross Media Cloud - Webdriver IO - Visual Regression Testing",
"main": "index.js",
"scripts": {
"local": "NODE_ENV=local wdio --baseUrl=https://www.domain.local",
"stage": "NODE_ENV=stage wdio --baseUrl=https://stage.domain.tld",
"live": "NODE_ENV=live wdio --baseUrl=https://www.domain.tld"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrossMediaCloud/CMC-WDIO-Testing.git"
},
"author": "Drivingralle",
"license": "GPL",
"homepage": "https://www.cross-media-cloud.de",
"devDependencies": {
"babel-runtime": "^6.9.0",
"chai": "~4.0.1",
"chai-webdriverio": "^0.4.3",
"chromedriver": "^2.31.0",
"node-notifier": "^5.3.0",
"selenium-standalone": "^6.15.3",
"selenium-webdriver": "^4.0.0-alpha.1",
"wdio-chromedriver-service": "^0.1.3",
"wdio-dot-reporter": "^5.0.0-beta.2",
"wdio-mocha-framework": "^0.5.13",
"wdio-screenshot": "^0.6.0",
"wdio-screenshots-cleanup-service": "~0.0.7",
"wdio-selenium-standalone-service": "^0.0.10",
"wdio-spec-reporter": "^0.1.5",
"wdio-visual-regression-service": "^0.9.0",
"webdriverio": "^4.14.0"
}
}