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
If any are missing, `assertVariables.js` will fail fast to help you diagnose configuration.
58
-
59
-
## Write The Tests
60
-
61
-
The following must be set (locally or in CI):
62
-
*`CANVAS_HOST` - trailing slash is optional
63
-
*`OAUTH_TOKEN`
64
-
*`DEPLOYMENT_TEST_PATH` - leading slash is optional (Previously named `URL` which was changed as it was found to be confusing.)
65
-
Use the utilities from this repository when writing your deployment tests. Here's a simple example which asserts that some specific text, `XXXXXXXXXXXXXXX`, appears on a page. The test(s) can be as simple or as complex as seems appropriate.
62
+
Here's a simple example which asserts that some specific text, `XXXXXXXXXXXXXXX`, appears on a page. The test(s) can be as simple or as complex as seems appropriate.
0 commit comments