Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview of testing strategy

Info
  • What we are testing

  • What we’re not testing

  • Framework choice

Configuration / setup within DCB Admin

Info
  • Infrastructure

  • Folder setup

  • Config files in play

Preparing and writing tests

Queries

Running tests locally

To run the Cypress tests locally, you have two options.

  • npx cypress open will open the Cypress application, assuming you have it installed on your machine. This will allow you to choose which tests you would like to run through the Cypress GUI.

  • You can also use --spec to specify either an individual test, or a set of t

Running coverage reports

Debugging

...