Skip to content
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

wip(e2e): issue when chaining e2e tests #48

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gdarchen
Copy link

@gdarchen gdarchen commented Jun 19, 2023

PR related to this thread.

When trying to chain e2e tests, we face an issue where Vitest complains about an unhandled error.
We investigated very long without understanding the issue.

Then we tried to create this minimal reproducible case:

  1. I just duplicated your e2e test in a file named reviews-plugin-2.e2e-spec.ts
  2. When running the e2e tests using the yarn e2e:reviews command, we had the following error:
    image
  3. We therefore updated the vitest.config.ts file to make the e2e tests run one by one, and we then have the same error case we have on our project (in v1 since we have trying to merge in v2 but this issue is blocking for us):
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant