We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am running cypress ui through bazel on MacOS.
When running cypress open the app opens, shows the welcome screen then shortly after hangs. This process takes between 14 to 17 seconds.
The UI will become unresponsive for up 2 minutes and then start working again. I have tried with with:
rules v6 & cypress 13. rules v7 & cypress 14.
They both behave in the same way.
I can also see this issue if I run cypress run --headed --no-exit.
cypress run --headed --no-exit
When running cypress outsize of bazel there is no issue with the UI freezing.
Development (host) and target OS/architectures:
Output of bazel --version:
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved:
run cypress with the "open" command instead of the "run" command.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I am running cypress ui through bazel on MacOS.
When running cypress open the app opens, shows the welcome screen then shortly after hangs.
This process takes between 14 to 17 seconds.
The UI will become unresponsive for up 2 minutes and then start working again.
I have tried with with:
rules v6 & cypress 13.
rules v7 & cypress 14.
They both behave in the same way.
I can also see this issue if I run
cypress run --headed --no-exit
.When running cypress outsize of bazel there is no issue with the UI freezing.
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: