...
When a general set of test data is defined, it should be added to the relevant fixtures - these presently use data taken from dcb-dev.
Before pushing anything to code review, run the relevant tests.
When a page covered by tests is changed, the relevant tests should always be run and, if necessary, updated to test any new UI elements or functionality.
We should continually strive for greater test coverage. As such, we should ensure that all new features or pages have corresponding Cypress tests - this will ensure our code coverage isn’t reduced when new features are added.