-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 1.47 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
{
"name": "tutorial-js-playwright-selenium",
"version": "1.0.0",
"description": "[![build workflow](https://github.com/Xray-App/tutorial-js-playwright-selenium/actions/workflows/node.js.yml/badge.svg)](https://github.com/Xray-App/tutorial-js-playwright-selenium/actions/workflows/node.js.yml) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FXray-App%2Ftutorial-js-playwright-selenium.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FXray-App%2Ftutorial-js-playwright-selenium?ref=badge_shield) [![license](https://img.shields.io/badge/License-BSD%203--Clause-green.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Xray-App/community)",
"devDependencies": {
"@playwright/test": "^1.32.2",
"@xray-app/playwright-junit-reporter": "^0.1.2",
"expect-playwright": "^0.4.1",
"playwright": "^1.32.2",
"playwright-core": "^1.32.2"
},
"scripts": {
"test": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=xray-report.xml npx playwright test --browser=chromium"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xray-App/tutorial-js-playwright-selenium.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Xray-App/tutorial-js-playwright-selenium/issues"
},
"homepage": "https://github.com/Xray-App/tutorial-js-playwright-selenium#readme",
"setupFilesAfterEnv": [
"expect-playwright"
]
}