-
Notifications
You must be signed in to change notification settings - Fork 64
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] @nx-dotnet/core:test watch option is not working as expected #425
Comments
Hey @mxa0079! Thanks for the report, it looks like this wasn't covered by our tests and was subsequently missed when changing over to use spawn. |
🎉 This issue has been resolved in version 1.9.12 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thanks @AgentEnder for the prompt reply. Ive updated to version 1.9.12 - the project now runs with the |
@mxa0079 I can't replicate the behavior you are describing.... running |
My bad, things are working now. Thanks for your help! Fantastic response time, kudos to the whole team. Have a wonderful week! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
According to the documentation there is a
watch
option that would determines if dotnet test or dotnet watch test is used to execute tests.However, this option results on the wrong command being invoked and it does not work as expected
To Reproduce
Steps to reproduce the behavior:
project.json
for the test project and add the watch option:Expected behavior
To run the test project in watch mode
Screenshots
NA
Environment:
The text was updated successfully, but these errors were encountered: