npx cypress open-ct
doesn't open the test runner
#17892
Unanswered
harvitronix
asked this question in
Component Testing
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.
-
I've been using Cypress E2E tests for a couple years now, and am trying to setup component testing.
I installed via:
Then in my plugins/index.js I have
I also created a simple test file per the documentation.
However, when I attempt to open Cypress or run it in headless mode, I get an issue. Here's my console output:
And no window opens. I can see the Cypress test runner app is running (it opens in the app bar), but no window appears. If I do
npx cypress run-ct
, I get the same console output and it hangs indefinitely.I'm on macOS, Cypress 8.3.0.
Beta Was this translation helpful? Give feedback.
All reactions