Description
To ensure code quality and (hopefully) prevent some bugs, there should be a comprehensiv E2E testing. For this we use Cypress.
The testing should be done in a workflow but should also be possible locally. It should be explained in a README.md, how a developer can execute the tests locally.
To facilitate easier and more maintainable tests down the line, the page object model should be used.
Acceptance Criteria
Dependencies
Additional Information
Description
To ensure code quality and (hopefully) prevent some bugs, there should be a comprehensiv E2E testing. For this we use Cypress.
The testing should be done in a workflow but should also be possible locally. It should be explained in a README.md, how a developer can execute the tests locally.
To facilitate easier and more maintainable tests down the line, the page object model should be used.
Acceptance Criteria
Dependencies
Additional Information