Skip to content

Commit

Permalink
decrease Cypress timeout when running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed Sep 17, 2024
1 parent 42d79e8 commit 073a763
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
4 changes: 0 additions & 4 deletions cypress/config/cypress.dev.json

This file was deleted.

3 changes: 2 additions & 1 deletion cypress/config/cypress.local.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"baseUrl": "http://localhost:8080/",
"hideXHRInCommandLog": true
"hideXHRInCommandLog": true,
"defaultCommandTimeout": 5000
}
19 changes: 0 additions & 19 deletions cypress/run_cypress_test.sh

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"test:coverage:watch": "jest --coverage --watchAll",
"test:coverage:cypress:open": "cypress open --env coverage=true",
"test:cypress": "cypress run --env testEnv=local",
"test:cypress:ci": "cypress run --env testEnv=local --record",
"test:cypress:open": "cypress open --env testEnv=local",
"test:cypress:open:disable-gpu": "cross-env ELECTRON_EXTRA_LAUNCH_ARGS=--disable-gpu cypress open --env testEnv=local",
"test:cypress:smoke": "cypress run --spec 'cypress/e2e/smoke/single_student_canvas_test.js' --env testEnv=local",
Expand Down

0 comments on commit 073a763

Please sign in to comment.