Issues with Cypress API plugin when running headless #140
LuismadelValle
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I know that I could raise an issue for this but wanted help first in case there is something I'm missing due to misknowledge.
I have some spec files that use Cypress API plugin, and those do solely API testing, I have also a Postman collection for this but I'm experimenting so I could get the API testing results in the same report as my e2e testing, saves me a little time on my pipelines run which is critical for me since my tests servers are not that good and longer it takes to tests more awful it gets with lots of flakyness.
So when running cypress headless all spec files run as they should except the specs that do the API testing. Running cypress headless with this command
npx cypress run --spec 'cypress\e2e\01_API_scenarios\ReactBP(Summer)\200\*.cy.ts'
I know that my files are located there
but I get this
Any help will be thanked
Nice plugin Filip btw, is very helpfull :D
Beta Was this translation helpful? Give feedback.
All reactions