nielsen-oss / docs

Guidelines & Best Practices documentation shared by Nielsen with the Open Source community
Apache License 2.0
40 stars 7 forks source link

Add E2E section and Page Object pattern explanation #11

Open einatnielsen opened 4 years ago

einatnielsen commented 4 years ago

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.

marianna-exelate commented 4 years ago

The PR is opened for this issue and waiting for review