-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 845 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": "codecept-playwright-vs-cypressio-fb",
"version": "1.1.0",
"description": "testing fb landing page with CodeceptJS + MS-Playwright vs CypressIO",
"scripts": {
"test-codecept": "npx codeceptjs run --steps",
"test-cypress": "node_modules/.bin/cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomByrer/codecept-playwright-vs-cypressio-fb.git"
},
"keywords": [
"CodeceptJS",
"Playwright",
"CypressIO",
"testing"
],
"author": "tom byrer",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomByrer/codecept-playwright-vs-cypressio-fb/issues"
},
"homepage": "https://github.com/tomByrer/codecept-playwright-vs-cypressio-fb#readme",
"devDependencies": {
"codeceptjs": "^2.5.0",
"playwright": "^0.11.1",
"cypress": "^4.1.0"
}
}