You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,9 +60,9 @@ npx cypress open --e2e --browser chrome
60
60
61
61
Tip: If you encounter crashes or sluggish performance with npx cypress open, use CYPRESS_numTestsKeptInMemory=1 to reduce memory usage.
62
62
63
-
Note: This flag is only applicable for local testing (e.g., http://localhost:5002). It should not be used against deployed environments like https://dev-classic.healthgateway.gov.bc.ca.
63
+
Note: This flag is only applicable for local testing (e.g., http://localhost:5002). It should not be used against deployed environments like https://dev.healthgateway.gov.bc.ca.
64
64
65
-
If you want to verify the tests against <https://dev-classic.healthgateway.gov.bc.ca> then do not set the CYPRESS_BASE_URL environment variable.
65
+
If you want to verify the tests against <https://dev.healthgateway.gov.bc.ca> then do not set the CYPRESS_BASE_URL environment variable.
66
66
67
67
e2e: contains tests that will be run in the dev environment only.
68
68
ui: contains tests that are either stubbed or cosmetic only and can be run in any environment
0 commit comments