Comprehensive Test Plan: Create static test users for cypress testing #19753
Labels
Automated testing
CMS team practice area
CMS Team
CMS Product team that manages both editor exp and devops
User Story or Problem Statement
As a QA engineer working on the CMS project, I want static test users for cypress tests, so that tests are not responsible for creating the users needed to perform the test.
Description or Additional Context
Currently, all cypress tests begin by doing two things:
The goal of this ticket is to address the first point above. Comprehensive Test Plan: Refactor Cypress Tests to Bypass the Login Page #19641 addresses the first point above.
Steps for Implementation
cypress-tests.sh
andcypress-parallel-tests.sh
scripts to import the test users prior to kicking off the cypress tests.Acceptance Criteria
The text was updated successfully, but these errors were encountered: