forked from W3DevTeam/TezosHomebaseTests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 898 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": "tezosauto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "playwright test",
"test:tc01": "playwright test tests/TC01",
"test:tc02": "playwright test tests/TC02",
"test:tc03": "playwright test tests/TC03",
"test:tc04": "playwright test tests/TC04",
"test:tc05": "playwright test tests/TC05",
"test:tc06": "playwright test tests/TC06",
"dev": "node --inspect-brk ./node_modules/@playwright/test/cli.js test TC04DAOValues.spec.js --project=chromium --headed"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.37.0",
"playwright": "^1.35.1"
},
"dependencies": {
"aws-sdk": "^2.1419.0",
"dotenv": "^16.3.1"
},
"directories": {
"test": "tests"
}
}