-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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": "abnmo-qa",
"version": "1.0.0",
"description": "Projeto de automação de testes E2E do sistema da ABNMO",
"main": "index.js",
"scripts": {
"test:run": "npx cypress run --env allure=true",
"test:open": "npx cypress open --env allure=true",
"report:allure": "npx allure generate ./allure-results --clean -o ./allure-report",
"report:open": "npx allure open ./allure-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipecode-br/abnmo-qa.git"
},
"keywords": [
"testes",
"automacao",
"cypress",
"abnmo",
"ipecode"
],
"author": "Jessica Magalhaes",
"license": "ISC",
"bugs": {
"url": "https://github.com/ipecode-br/abnmo-qa/issues"
},
"homepage": "https://github.com/ipecode-br/abnmo-qa#readme",
"dependencies": {
"cypress": "^15.3.0"
},
"devDependencies": {
"@shelex/cypress-allure-plugin": "^2.41.2",
"@types/node": "^24.6.1",
"allure-commandline": "^2.34.1",
"allure-cypress": "^3.4.1",
"cypress-xpath": "^2.0.1",
"typescript": "^5.9.3"
}
}