Open x-rezkioksa opened 2 years ago
Looks like the spec is not found. It only listed as searched.
Looks like the spec is not found. It is only listed as searched.
I think so, but the interesting part is, this sometimes happens. so there is a case when all spec file has been executed, and there is a time when some spec file is missing.
Update, the inconsistency become more often when do the automation with Slow
build .
so I need to rerun it, until now I still cannot get the workaround.
This is buddy pipeline that I set up:
Every action
hold specify folder and run for parallel using cypress parallel.
I am also facing the same issue, I am using Cypress with Cucumber, Some feature files are not getting executed. I have updated this plugin to the latest version("cypress-parallel": "^0.14.0"),
Still I am facing the same issue on random basis, 1 out of 5 times some feature files are not executed.
After observation of all previous build found that, there 2 types of issue.
Hi Folks!
I've encountered an issue related on the some feature files is not executed. I'm using buddy pipeline and with details:
parallel
action to executeparallel command line
(because on my side, I cannot accept regex folder so I tricked it with this to reduce the execution time)"cypress": "^9.5.2", "cypress-cucumber-preprocessor": "^4.3.1", "cypress-parallel": "^0.9.1",
I've monitored it and realized that the number of test cases is frequently different. when I trace it, some of the feature files are not executed:
as in the picture, the feature file is listed but never executed.