docs icon indicating copy to clipboard operation
docs copied to clipboard

Add E2E section and Page Object pattern explanation

Open einatnielsen opened this issue 6 years ago • 1 comments

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.

einatnielsen avatar Dec 02 '19 10:12 einatnielsen

The PR is opened for this issue and waiting for review

marianna-exelate avatar Jan 28 '20 15:01 marianna-exelate