You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cypress-split plugin in our ci with a value of 2 as matrix-containers. Everything is working fine launching our smokes tests but now we have the possibility to launch a tag as input. So my tag @Login only has 1 spec and the problem is that is executing the file on matrix-container 0 and then the matrix container 1 fails because does not found tests to executed.
I was thinking to use the plugin find-cypress-spec but I am using cucumber and I saw this ticket.
Any idea how can I retrieve the files involved for the execution and determinate the matrix? Or how can I configure to not fail if there are not tests to be executed?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello!
I am using cypress-split plugin in our ci with a value of 2 as matrix-containers. Everything is working fine launching our smokes tests but now we have the possibility to launch a tag as input. So my tag @Login only has 1 spec and the problem is that is executing the file on matrix-container 0 and then the matrix container 1 fails because does not found tests to executed.
I was thinking to use the plugin find-cypress-spec but I am using cucumber and I saw this ticket.
Any idea how can I retrieve the files involved for the execution and determinate the matrix? Or how can I configure to not fail if there are not tests to be executed?
Thanks in advance!
The text was updated successfully, but these errors were encountered: