docs
docs copied to clipboard
Add E2E section and Page Object pattern explanation
We need to cover e2e testing approaches in the style guide.
The explanation should mainly be about how we use the Page Object pattern to interact with the tested page and include code examples of a test that uses a Page Object. In addition, we need to explain concepts like flows and selectors and how they fit into the e2e testing approach.
The examples should show how we use cypress for e2e tests.
The PR is opened for this issue and waiting for review