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

[FEATURE] Coverage = false and Watch #510

Closed
marcozciuffini opened this issue Jul 2, 2024 · 3 comments · Fixed by #511
Closed

[FEATURE] Coverage = false and Watch #510

marcozciuffini opened this issue Jul 2, 2024 · 3 comments · Fixed by #511

Comments

@marcozciuffini
Copy link

marcozciuffini commented Jul 2, 2024

Is your feature request related to a problem? Please describe.
When testing one component whilst devving, I find the coverage in the project to get in the way
I also would like it to auto run on save of the file, similar to how we can in jest.

that way I could run yarn reassure --testMatch=${path-to-file} --watch --coverage=false just to

Describe the solution you'd like
an option of --coverage=false or --collectCoverageFrom=${path-to-file} to help me to view the issues without scrolling past coverage and an option of watch to autoRun the command on save of the file/files

@marcozciuffini marcozciuffini changed the title [FEATURE] - Coverage = false [FEATURE] Coverage = false and Watch Jul 2, 2024
@mdjastrzebski
Copy link
Member

Are --coverage=false/--collectCoverageFrom Jest flags? I am considering adding a feature where reassure would foward all passed options to underlying jest bin. I wonder if that would solve your issue.

@marcozciuffini
Copy link
Author

marcozciuffini commented Jul 3, 2024

they are jest flags, and that sounds like it would perfectly 👍🏼 thanks for the quick response

@mdjastrzebski
Copy link
Member

This issue has been resolved in Reassure v1.2.0 🎉

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 a pull request may close this issue.

2 participants