...
Every team will support e-2-e tests for modules according to Team vs module responsibility matrix
Goals
- Automation of e-2-e tests that will:
- Accelerate feedback to dev teams by running these tests frequently (daily). Last attempt to execute manual Smoke test plan had failed: https://foliotest.testrail.io/index.php?/runs/view/1785
- Reduce number of test cases that needs to be executed manually during BugFest
- Create e-2-e tests in stages:
- Smoke - 168 tests
- Critical Path - 254 test cases
- Extended - 141 test case (not the final count)
- Create Jenkins pipeline that will execute these daily against reference environment
- Enable dev teams to run these tests on demand. The above pipeline should have arguments to execute e-2-e test suite against any URL (Team Rancher Environment, Bug Fest, Implementer staging system)
- Automation of e-2-e tests that will:
...
- How to create tests with: Cypress + Bigtest interactors
- Test cases has been documented in TestRail: https://foliotest.testrail.io/index.php?/suites/view/21
...