Organizing and Running Cypress Tests for Multiple Software Versions with Different Functionality #28718
mayssacherif
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyOne,
I am working on a project where we have multiple versions of our software, each with its own set of functionalities. I'm using Cypress for end-to-end testing, and I want to organize my test scenarios in a way that allows me to run tests for each software version separately.
Current Project Structure:
Software Version 1
Test Scenarios A, B, C
Software Version 2
Test Scenarios X, Y, Z
Question:
How can I structure my Cypress test suite to group tests for each software version individually and indicate to Cypress which series of tests should be executed for each version?
Beta Was this translation helpful? Give feedback.
All reactions