generated from javicoin/cucumber-playwright-synpress
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 844 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
31
32
33
{
"name": "e2e_dapps_automation",
"version": "1.1.0",
"description": "E2E Browser Automation for web3 dApps using Cucumber+Playwright+Synpress in JavaScript",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rsksmart/e2e_dapps_automation"
},
"scripts": {
"npm:install": "rm -rf package-lock.json node_modules && npm cache clean --force && npm install",
"test": "cucumber-js test --tags '@regression'"
},
"type": "module",
"keywords": [
"cucumber",
"playwright",
"synpress",
"dapp",
"automation",
"metamask"
],
"author": "RootstockLabs QA Team",
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "^10.0.1",
"@playwright/test": "^1.37.0",
"@synthetixio/synpress": "3.7.3"
},
"dependencies": {
"dotenv": "16.4.5"
}
}