Skip to content

Instantly share code, notes, and snippets.

@thibaudcolas
Last active July 22, 2022 13:44
Show Gist options
  • Save thibaudcolas/9ea43429b2b271efc1a6ae08913c5233 to your computer and use it in GitHub Desktop.
Save thibaudcolas/9ea43429b2b271efc1a6ae08913c5233 to your computer and use it in GitHub Desktop.
Wagtail’s UI testing strategy

Automated tests

Static analysis

Type system:

Linters:

Formatters:

  • Prettier
  • djhtml

Runtime analysis

Unit tests

  • Jest. You know Jest

Integration tests

Upcoming: Visual regression tests

Semi-automated tests

Visual regression tests

Accessibility checks

Manual tests in pattern library

Manual tests in Wagtail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment