Skip to content

Commit

Permalink
test: Add download test
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroamv committed Feb 4, 2024
1 parent 1ffc5dd commit 2126b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"test": "jest --runInBand --testPathIgnorePatterns='e2e' --reporters=default --reporters=jest-junit",
"start-e2e-test-server": "yarn serve",
"test:e2e-ui": "CI=true jest ./tests/e2e-ui*.test.*",
"test:e2e-dl": "CI=true jest ./tests/e2e-dl*.test.*",
"test:full-e2e": "bash scripts/test-e2e.sh",
"test:e2e-zkp": "CI=true jest ./tests/e2e-dl-zkp.test.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app/scripts/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Execute E2E test
# This file is required in the CI
yarn start-e2e-test-server & yarn test:e2e-ui
yarn start-e2e-test-server & yarn test:e2e-ui & yarn test:e2e-dl

0 comments on commit 2126b46

Please sign in to comment.