-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.08 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": "course",
"version": "1.0.0",
"description": "Thank you for getting to this point. This repository was created for a project to learn Playwright with JS. \"Playwright JS Automation Testing from Scratch with Framework\" from UDEMY. For this training the instructor also provided a 3hours basic training in JavaScript.",
"main": "index.js",
"scripts": {
"regression": "npx playwright test",
"webTests": "npx playwright test --grep=@Web",
"APITests": "npx playwright test --grep=@API",
"safariNewConfig": "npx playwright test --config playwright.config1.js --project=safari"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivanvison/PlaywrightTraining.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivanvison/PlaywrightTraining/issues"
},
"homepage": "https://github.com/ivanvison/PlaywrightTraining#readme",
"devDependencies": {
"@playwright/test": "^1.22.1",
"allure-playwright": "^2.0.0-beta.16",
"ffmpeg-static": "^5.0.0",
"playwright-video": "^2.4.0"
}
}