Archived
1
0

fix: add retry 2 for failing e2e tests

This commit is contained in:
Joe Previte
2021-04-14 12:01:17 -07:00
parent 92b7c1e9a8
commit c9fa931a0b
3 changed files with 37 additions and 31 deletions

View File

@ -4,8 +4,7 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
cd test
# TODO@jsjoeio remove the test-match
PASSWORD=e45432jklfdsab CODE_SERVER_ADDRESS=http://localhost:8080 yarn folio --config=config.ts --test-match login.test.ts --reporter=list
PASSWORD=e45432jklfdsab CODE_SERVER_ADDRESS=http://localhost:8080 yarn folio --config=config.ts --reporter=list
}
main "$@"