How to make End to End testing suite for different Personas and run them one after the other #1648
Unanswered
AyushVatsalScaler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose,
Now,
How, do we make end to end Test Suite for this scenario, such that, first we execute all test cases for Persona A, then for Persona B and then for Persona C .
Currently, the test cases structure is such as below:
- TestSuite Folder
----config.yaml
----(Feature)X
--------(flow) M
--------(flow) N
--------(flow) P
----(Feature)Y
--------(flow) Q
--------(flow) R
----(Feature)Z
--------(flow) S
--------(flow) T
Beta Was this translation helpful? Give feedback.
All reactions