Prerequisites
- It is not recommended to run tests on your working project, since failed tests can leave behind empty pipelines, triggers, etc. Set up your development environment.
- Make sure user authentication is enabled.
- Make sure your development server is running.
Configuration
- Tests default to “fail” if a client error occurs. Add the following to the top of the test file to disable this check.
- Certain setting features are enabled by default. Refer to
base.ts
for more information, and use the following snippet when needed.