-
Notifications
You must be signed in to change notification settings - Fork 795
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
Bug - Unable to run single e2e test after pr #3827 #3874
Comments
Hey @bamsargeant 👋 I'm trying to reproduce this issue, but need a little more information from you. PR #3827 isn't a part of Stencil v2.19.3. Instead, it was released as a part of Stencil v2.20.0 (which was released just yesterday). This makes me think that your issue might be resolved by upgrading to v2.20.0. I took a quick look by spinning up a minimal reproduction case by running My directory structure looks like this:
With v2.19.0, I can reproduce:
With v2.20.0, I cannot reproduce:
Can you try upgrading to v2.20.0 and see if that fixes it? If not, can you please create a minimal reproduction case for the team to take a look at? |
Thanks for the issue! This issue has been labeled as Please reproduce this issue in an Stencil starter component library and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our Contributing Guide. |
@rwaskiewicz Perfecto! v2.20.0 fixed the issue - many thanks :) Closing the ticket. |
Really glad to hear the fix worked! If you experience any further issues with the Stencil CLI please do file another issue. |
Bug
Unable to run a single e2e test
Details
Unable to run single e2e test after upgrading from v2.16.1 to v2.19.3
Command used:
npx stencil test --e2e dialog.e2e.ts
Work around
I am able to get the same functionality by adding
--
as an extra argCommand used:
npx stencil test --e2e -- dialog.e2e.ts
The text was updated successfully, but these errors were encountered: