-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 996 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 996 Bytes
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
{
"name": "qa-e2e",
"version": "1.0.0",
"dependencies": {
"@types/faker": "^5.5.7",
"allure-commandline": "^2.13.8",
"cypress": "^7.6.0",
"cypress-dotenv": "^1.2.2",
"dotenv": "^10.0.0",
"faker": "^5.5.3",
"nodemailer": "^6.6.3"
},
"description": "Riff Learning E2E project",
"main": "index.js",
"devDependencies": {
"@shelex/cypress-allure-plugin": "^2.18.0",
"appium": "^1.21.0",
"chromedriver": "^90.0.0",
"cypress-xpath": "^1.6.2",
"ts-node": "^9.1.1",
"typescript": "^4.3.4"
},
"scripts": {
"cypress": "npx cypress open",
"test": "cypress run --browser chrome",
"test-headless": "cypress run --browser chrome --headless"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rifflearning/QA-E2E.git"
},
"author": "Taras",
"license": "ISC",
"bugs": {
"url": "https://github.com/rifflearning/QA-E2E/issues"
},
"homepage": "https://github.com/rifflearning/QA-E2E#readme"
}