-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "cypress-project",
"version": "1.0.0",
"description": "Testing SignUp & Login, Adding BDD, Reports, Pushing to Git, CI/CD with GitHub Actions and Cross-Browser Testing with BrowserStack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chibuzor Obilom",
"license": "ISC",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.3",
"@cypress/browserify-preprocessor": "^3.0.2",
"@faker-js/faker": "^8.4.1",
"browserstack-cypress-cli": "^1.31.1",
"cypress": "^13.10.0",
"cypress-fill-command": "^1.0.2",
"cypress-mailslurp": "^1.10.0",
"multiple-cucumber-html-reporter": "^3.6.2",
"playwright-webkit": "^1.44.1"
},
"dependencies": {
"cypress-mailslurp": "^1.10.0",
"mailslurp-client": "^15.20.2"
},
"cypress-cucumber-preprocessor": {
"json": {
"enabled": true,
"output": "cypress/reports/json/reports.json"
},
"html": {
"enabled": true,
"output": "cypress/reports/html/reports.html"
}
}
}