Tests Checklist¶
See Testing for an overview of our testing frameworks.
Unit Tests¶
- Existing Python (pytest) and JavaScript (Jasmine) tests are updated and passing
- Any new ones needed?
Functional Tests¶
- Existing Playwright tests are updated and passing
- Any new ones needed?
- Do we need to run integration tests before merging this PR?