-
Notifications
You must be signed in to change notification settings - Fork 45
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
feature(jetbrains): given multiple test file selected, when clicking on "Add to Exclusive Test Run", then all test files shoud be run, not only the first one #2562
Comments
Thanks for posting the feature request. It has been implemented and just published in plugin v1.0.201. |
Oh @ArtemGovorov , that was fast. But it does not seem to work for the first/initial start of wallaby. First thing first, I am running v.1.0.201 (updated, restarted, the report is below) What is working
What is not working
Report:
|
Thanks for checking.
Yes, it is a known limitation (start right now can only be done on a single file or a folder). We'll look into removing the limitation. |
Ok, thanks. 👍 |
@tomsquest |
Issue description or question
Given I selected many test files (the three in the screenshot below)
When clicking on "Add to Exclusive Test Run"
Then all test files should be run, not only the first one
In this screenshot, I selected 3 files.
Only the first one is run and visible in the Test Explorer
(in this case, only
main-query-runner.attributes.spec.ts
is run).Wallaby diagnostics report
The text was updated successfully, but these errors were encountered: