-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.15 KB
/
package.json
File metadata and controls
24 lines (24 loc) · 1.15 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
{
"name": "marketplace-example",
"version": "1.0.0",
"description": "Examples repository for features described at https://documentation.platformos.com",
"scripts": {
"deploy": "pos-cli deploy",
"bs": "npx browser-sync start --files modules/* --reload-delay 1000 --proxy",
"test": "docker run -v $PWD:/MP -e \"MP_URL=$MP_URL\" -it platformos/testcafe 'testcafe \"chromium:headless --no-sandbox\" /MP/tests/e2e/features \"/MP/modules/**/test/*.js\"'",
"test-ci": "testcafe 'chromium:headless --no-sandbox' --screenshots-on-fails --screenshots=screenshots tests/e2e/features/ \"modules/**/test/*.js\"",
"test-local": "NODE_NO_WARNINGS=1 npx testcafe \"chrome:headless\" tests/e2e \"modules/**/test/*.js\"",
"test-debug": "NODE_NO_WARNINGS=1 npx testcafe \"chrome\" tests/e2e \"modules/**/test/*.js\" --speed 0.75"
},
"repository": "https://github.com/mdyd-dev/marketplace-nearme-example.git",
"license": "ISC",
"homepage": "https://examples.platform-os.com",
"devDependencies": {
"@platform-os/testcafe-helpers": "^2.1.1",
"faker": "^4.1.0",
"got": "^9.6.0"
},
"peerDependencies": {
"babel-eslint": "^10.0.2"
}
}