Skip to content

Commit

Permalink
add Cypress configuration to web3-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Oct 6, 2023
1 parent c2eec8e commit b51859b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/web3-utils/cypress
1 change: 1 addition & 0 deletions packages/web3-utils/cypress.config.js
5 changes: 4 additions & 1 deletion packages/web3-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"test:ci": "jest --coverage=true --coverage-reporters=json --verbose",
"test:watch": "npm test -- --watch",
"test:unit": "jest --config=./test/unit/jest.config.js",
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests",
"test:e2e:electron": "npx cypress run --headless --browser electron",
"test:e2e:chrome": "npx cypress run --headless --browser chrome",
"test:e2e:firefox": "npx cypress run --headless --browser firefox"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
Expand Down

0 comments on commit b51859b

Please sign in to comment.