Hi,
We are having an issue where a stage in our pipeline can fail and all the stages in both the normal view and in Jenkins Blue.
As you can see it can be misleading and finding where the failure happened can be a bit challenging.
The stage is definitely failing here with a non-zero exit code.
The command being executed is:
"test:accessibility:v2": "codeceptjs run --steps --config ./src/test/v2/accessibility/codecept.conf.js",
which failed in the course of executing:
"test:functional": "npm-run-all -scl playwright:install test:functional:v2 test:accessibility:v2 test:functional:allreport",
This does not always occur, it happens sporadically when we have a failure in one of these execution steps.
Is there a way to avoid this?
Regards,
Nick