-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
41
42
{
"name": "orangehrmlive",
"version": "1.0.0",
"description": "E2E Framework Testing Cypress ",
"main": "cypress.config.js",
"dependencies": {
"@cypress-audit/lighthouse": "^1.3.1"
},
"devDependencies": {
"axe-core": "^4.6.3",
"cypress": "^12.5.0",
"cypress-axe": "^0.14.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-mochawesome-reporter": "^3.3.0",
"cypress-xpath": "^2.0.1"
},
"scripts": {
"trigger-all-tests-chrome": "cypress open --e2e --browser chrome",
"trigger-all-tests-headless": "npx cypress run",
"trigger-all-tests-headed": "cypress run --headed --browser chrome --spec 'cypress/e2e/tests'",
"trigger-cucumber-test": "cypress run --spec cypress/e2e/features/*",
"html-report": "cypress run --spec cypress/e2e/tests/* --browser chrome"
},
"author": "Magdalena Lozowska-Pereira",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mlozowska/demo-orangehrmlive-cypress.git"
},
"keywords": [
"cypress",
"automation",
"pom",
"testing",
"mochawesome-reports",
"cucumber"
],
"bugs": {
"url": "https://github.com/mlozowska/demo-orangehrmlive-cypress/issues"
},
"homepage": "https://github.com/mlozowska/demo-orangehrmlive-cypress#readme"
}