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
When running local Cypress testing using Dapple, it is not possible to make changes in the dpl-react repository.
I think the problem is that when changes are made, the watcher set new dependencies i dpl-cms.
When this happens, you will have to close down the current running Cypress test, do a task ci:reset followed by task ci:cypress:local.
task ci:reset
task ci:cypress:local
I don't know if this is something we need to look into, as it is more of a time sink than an actual error.
I ended up going back to my old setup while working on Cypress testing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running local Cypress testing using Dapple, it is not possible to make changes in the dpl-react repository.
I think the problem is that when changes are made, the watcher set new dependencies i dpl-cms.
When this happens, you will have to close down the current running Cypress test, do a
task ci:reset
followed bytask ci:cypress:local
.I don't know if this is something we need to look into, as it is more of a time sink than an actual error.
I ended up going back to my old setup while working on Cypress testing.
The text was updated successfully, but these errors were encountered: