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
In PR #155 the NX migration set the testIsolation configuration in the vue-showcase cypress tests to false. This way the tests run.
testIsolation
If I remove that configuration (thus setting it to true), the tests fail.
If I set the testIsolation flag to true, the tests should not fail.
Acceptance criteria: The configuration flag is set to true and the tests run in isolation and don't fail
Screenshot of the failing tests:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What package and version are you using?
What browser are you using?
What operating system are you using?
Actual Behavior
In PR #155 the NX migration set the
testIsolation
configuration in the vue-showcase cypress tests to false. This way the tests run.If I remove that configuration (thus setting it to true), the tests fail.
Expected Behavior
If I set the
testIsolation
flag to true, the tests should not fail.Reproduction
testIsolation
config property to true in vue-showcase/cypress.config.tsAcceptance criteria:
The configuration flag is set to true and the tests run in isolation and don't fail
Additional Information
Screenshot of the failing tests:
The text was updated successfully, but these errors were encountered: