-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1 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
{
"name": "habi-automation-challenge",
"version": "1.0.0",
"description": "Habi Automation Challenge",
"main": "index.js",
"scripts": {
"postinstall": "npm install rimraf && serenity-bdd update",
"clean": "rimraf playwright-report target test-results",
"test": "npm run clean && npm run test:execute && npm run test:report",
"test:execute": "npm run clean && npx playwright test",
"test:report": "npx serenity-bdd run && npx playwright show-report target/site/serenity"
},
"keywords": [],
"author": "Diego Cortes <Diego Alejandro Cortes Roa>",
"license": "ISC",
"dependencies": {
"@playwright/test": "^1.32.3",
"@serenity-js/assertions": "^3.1.6",
"@serenity-js/console-reporter": "^3.1.6",
"@serenity-js/core": "^3.1.6",
"@serenity-js/playwright": "^3.1.6",
"@serenity-js/playwright-test": "^3.1.6",
"@serenity-js/serenity-bdd": "^3.1.6",
"@serenity-js/web": "^3.1.6",
"casual": "^1.6.2",
"fs": "^0.0.1-security",
"playwright": "^1.32.3"
}
}