-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Cypress E2E testing WorkspaceRoot detection #326
Comments
It should be possible to fix this via our We would prefer to have it fixed upstream, but if it's too much hassle to deal with Cypress team we'll accept a PR to fix it into this app extension |
Hi @IlCallo I opened PR in Cypress .... It seems to be complicated to merge something into cypress repo. I don't have example repo for them (my is private). Hopefully it will be OK. |
Thanks, I tried to bring some attention on the issue, as it's related to a similar problem we just had to tackle to make own Quasar tests to work |
There are some failing tests in cypress repo. If you want and have few spare minutes, feel free to help me with PR. I'll continue in the evening. Thanks |
I can't unluckily, but they may be just failing snapshot tests which need to be refreshed, it happened to a PR of mine last month too |
Thanks for the PR, we will get this reviewed in the Cypress repo 👍 |
@lmiller1990 @IlCallo I tracked down where the problem first appeared, and it seems to be related to the typescript |
Hi,
when testing Quasar + Cypress (component tests) in multiple workspaces, build server does not recognise project root and tests are failing.
My issue is similar to https://stackoverflow.com/questions/74902697/error-the-request-url-is-outside-of-vite-serving-allow-list-after-git-init
It can be fixed in
quasar.config.js
with:Normal Quasar build/dev works fine without ^^ piece of code, but it's necessary for component tests.
The question is if it can be fixed/set in
@quasar/quasar-app-extension-testing-e2e-cypress
or me (maybe others) should stick with my solution.Thanks
The text was updated successfully, but these errors were encountered: