Martin Poole

Results 37 comments of Martin Poole

It did work with 2.2.0, we were using it. But it now fails to compile in CircleCI using v3. As mentioned, it does work with cypress/run-tests though. But it should...

@jordanpowell88 As mentioned, the problem resides with cypress/run Your example is for cypress/run-tests

Personally i still think cypress/run should have an executor option because many may want to use it but with a specific browser version in mind. Like we did.

Just a follow up to this, and why i think it is important to add to cypress/run. install-browsers seems to fail a lot when you are running tests in parallel...

@borkanee yes, solved it by using the start-command, which appears to do same thing / let you install stuff ``` - cypress/run-tests: start-command: apt-get update && apt-get install curl -y...

I am still getting this issue even after performing the clean java workspace command in VS Code.