-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 792 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": "playwright-react-typescript-jest-example",
"version": "1.0.0",
"description": "an example of how to use playwright",
"main": "src/index.js",
"scripts": {
"start": "playwright test e2e --headed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e2e-pipeline-workshop/automationstar-playwright-tests.git"
},
"keywords": [
"playwright",
"testing",
"javascript",
"typescript",
"react",
"jest"
],
"author": "Matthias Zax",
"license": "MIT",
"bugs": {
"url": "https://github.com/e2e-pipeline-workshop/automationstar-playwright-tests/issues"
},
"homepage": "https://github.com/e2e-pipeline-workshop/automationstar-playwright-tests#readme",
"devDependencies": {
"@playwright/test": "^1.27.0"
}
}