-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 939 Bytes
/
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
{
"name": "githubaction",
"version": "1.0.0",
"description": "endtoend",
"main": "index.js",
"scripts": {
"pretest": "rm -r allure-results/ allure-report cypress/screenshots || true",
"cy:open": "cypress open --e2e --env allure=true --browser chrome",
"test": "cypress_baseUrl=https://the-internet.herokuapp.com cypress run --env allure=true",
"report": "allure generate allure-results --clean -o allure-report && allure open allure-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gits5213/githubAction.git"
},
"keywords": [
"cypressIO"
],
"author": "mdzaman",
"license": "ISC",
"bugs": {
"url": "https://github.com/gits5213/githubAction/issues"
},
"homepage": "https://github.com/gits5213/githubAction#readme",
"devDependencies": {
"@shelex/cypress-allure-plugin": "^2.37.0",
"allure-commandline": "^2.21.0",
"cypress": "^12.9.0"
}
}