-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "appsero_automation",
"version": "1.0.0",
"description": "This project contains the automation codes for appesero acceptance testusing Codeceptjs and puppetiers",
"main": "appserologin_test.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvitazwar/appsero_automation.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alvitazwar/appsero_automation/issues"
},
"homepage": "https://github.com/alvitazwar/appsero_automation#readme",
"devDependencies": {
"codeceptjs": "^3.0.5",
"faker": "^5.5.3",
"rosie": "^2.1.0",
"webdriverio": "^7.0.7"
},
"dependencies": {
"@codeceptjs/ui": "^0.4.6",
"allure": "^0.0.0",
"chai": "^4.3.4",
"codeceptjs-chai": "^2.3.1",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"puppeteer": "^10.2.0",
"slugify": "^1.6.0"
}
}