-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
36
37
38
39
40
{
"name": "pcms-testing",
"version": "1.0.0",
"description": "testing for peregrine-cms",
"main": "main.js",
"dependencies": {
"@codeceptjs/configure": "^0.8.0",
"@codeceptjs/examples": "^1.2.1",
"@codeceptjs/ui": "^0.4.6",
"clipboardy": "^2.3.0",
"codeceptjs": "^3.3.4",
"electron": "^19.0.9",
"expect": "^26.6.2",
"playwright": "^1.24.1",
"puppeteer": "^5.4.0",
"uuid": "^8.3.2"
},
"scripts": {
"test": "npm run test:headless",
"test:headless": "cross-env HEADLESS=true codeceptjs run --steps",
"test:headful": "codeceptjs run --steps",
"test:ui": "codecept-ui --app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Felix-Puetz/pcms-testing.git"
},
"author": "felix puetz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Felix-Puetz/pcms-testing/issues"
},
"homepage": "https://github.com/Felix-Puetz/pcms-testing#readme",
"devDependencies": {
"@codeceptjs/helper": "^1.0.2",
"cross-env": "^7.0.3",
"form-data": "^3.0.1",
"vue-cli-plugin-codeceptjs-puppeteer": "^0.1.2"
}
}