Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #261 from PureStake/jan/more-tests
Browse files Browse the repository at this point in the history
e2e Tests Improvement
  • Loading branch information
Jan Marcano authored Jul 14, 2021
2 parents 6efbbf6 + 479bc61 commit 25c20b6
Show file tree
Hide file tree
Showing 11 changed files with 644 additions and 465 deletions.
7 changes: 5 additions & 2 deletions packages/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"scripts": {
"github": "jest -i --group=github",
"basic-dapp": "jest --group=basic-dapp",
"basic-ui": "jest --group=basic-ui",
"ui": "jest --group=ui",
"ui/accounts": "jest --group=ui/accounts",
"ui/transactions": "jest --group=ui/transactions",
"app-dapp": "jest --group=app-dapp",
"dapp": "jest --group=dapp --group=-dapp-storage",
"dapp/multisig": "jest --group=dapp/multisig",
"dapp": "jest --group=dapp",
"dapp/signtxn": "jest --group=dapp/signtxn",
"coveragetest": "jest --coverage=true --coverageDirectory ../test-project/coverage --projects ../crypto ../extension ../storage ../common ../dapp --runInBand && bash -c \"start chrome \"$(realpath ./coverage/lcov-report/index.html\"\")",
"test": "jest -i --group=-github --group=-dapp-storage"
}
Expand Down
Loading

0 comments on commit 25c20b6

Please sign in to comment.