-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.15 KB
/
package.json
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
{
"name": "republik-tests",
"version": "1.0.0",
"description": "End-to-end testing of the Republik web presence",
"main": "index.js",
"engines": {
"node": "10.x"
},
"scripts": {
"test": "testcafe chrome:headless tests/**/*.js",
"test:mobile": "testcafe 'chrome:headless:emulation:device=iPhone 5/SE' tests/**/*.js",
"test:mac": "testcafe chrome tests/**/*.js",
"test:win": "testcafe firefox,chrome,ie tests/**/*.js",
"test:remote": "testcafe remote tests/**/*.js --qr-code",
"test:ios": "node run-mobile.js ios",
"test:android": "node run-mobile.js android",
"test:sample": "testcafe chrome sample/tests.js",
"testcafe": "testcafe",
"debug": "testcafe $NODE_DEBUG_OPTION chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbiting/republik-tests.git"
},
"author": "Andreas Moor <andreas.moor@republik.ch>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/orbiting/republik-tests/issues"
},
"homepage": "https://github.com/orbiting/republik-tests#readme",
"dependencies": {
"testcafe": "^1.14.2",
"testcafe-react-selectors": "^4.1.5"
}
}