Usage with gitlab.ci and multiple shard ? #124
-
Hello, does anyone have a sample project that works well with parallelisation using gitlab-ci file (so multiple shard), a I tried multiple solution by looking at the documentation but it's still doing some weird behavior like sending all gitlab runner test execution instead of waiting for the merge to be done. Actually i've something like :
And my test steps just run the script : I've my playwright config looking like that :
Do you have any idea on what is wrong here ? Or at least a working sample project with Gitlab and parallelization so I could take a look ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
More information that could be useful, I know that my slack will not work as i don't have any config file but I don't understand why I need it. |
Beta Was this translation helpful? Give feedback.
-
Okey, I think I've found a solution, but with this parameter on :
|
Beta Was this translation helpful? Give feedback.
Okey, I think I've found a solution, but with this parameter on :
"maxNumberOfFailuresToShow": 0,
, why do I still have failure shown in my Slack message ?My solution right now :