-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 1.04 KB
/
package.json
File metadata and controls
19 lines (19 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "platform-e2e",
"version": "1.0.0",
"description": "Tests for platformOS",
"scripts": {
"deploy": "pos-cli deploy -f",
"test": "docker run --rm -v $PWD:/MP -e \"MP_URL=$MP_URL\" -e \"GOOGLE_EMAIL=$GOOGLE_EMAIL\" -e \"GOOGLE_PASSWORD=$GOOGLE_PASSWORD\" -e \"MPKIT_URL=$MPKIT_URL\" -e \"MPKIT_TOKEN=$MPKIT_TOKEN\" -e \"MPKIT_EMAIL=$MPKIT_EMAIL\" -it platformos/testcafe-pos-cli 'testcafe \"chromium:headless --no-sandbox\" tests/e2e/**/*Tests.js \"/MP/modules/**/test/*.js\"'",
"test-ci": "npx testcafe 'chromium:headless --no-sandbox' --screenshots-on-fails --screenshots=screenshots tests/e2e/**/*Tests.js \"modules/**/test/*.js\"",
"test-local": "npx testcafe \"chrome:headless\" tests/e2e/**/*Tests.js \"modules/**/test/*.js\"",
"test-ui": "npx testcafe \"chrome\" tests/e2e/**/*Tests.js \"modules/**/test/*.js\""
},
"repository": "https://github.com/mdyd-dev/platform-e2e.git",
"license": "ISC",
"devDependencies": {
"@platform-os/testcafe-helpers": "^2.3.2",
"faker": "^4.1.0",
"shelljs": "^0.8.3"
}
}