cypress-parallel
cypress-parallel copied to clipboard
feature-request: Grouping tests
I would appreciate if there is a possibility to group tests. So that all test in a group will be run sequentially in a thread. Maybe grouping by folders could be a first approach. In my case I have tests competing for the backend.
I would also appreciate this feature. I have some tests that also may compete for the backend and would prefer these be run sequentially, while ok to be run in parallel with other tests. Is this in the pipeline?
Has this feature came out yet?