I am trying to configure the startup stage of autotests in the GitLab CI pipeline according to the example:
Step to reproduce:
[email protected]:paulvincent/codeceptjs-e2e-testing.git
As a result, the Job filed with error
If someone has set up CodeceptJS + Gitlab CI, please share the config .gitlab-ci.yml
It looks like you're not experiencing an issue with GitLab, so much as you have a failing test. On line 77 of your image, it shows a test failing based on not finding the mceu_3
id. Once you resolve that test, your job should complete successfully.
Note that if you want to add a test result (such as a junit result) into your merge request, you'll want to set when:always
on the artifact for the job so it collects the report even when the job fails!