Run tests automatically on save
Running your tests automatically every time you save helps a lot with languages like Elixir.
Last updated
Running your tests automatically every time you save helps a lot with languages like Elixir.
Last updated
Reported from
I was looking for a solution to run tests automatically every time I save any changes. The best way so far for me is the following package:
The clear: true
option means that the screen will clear every time tests run. This is useful because it is easier to scroll back to the top of the most recent test run.
In your terminal or within a VS Code terminal, this works great:
Here's an example of how this looks in VS Code:
Enjoy!
Do you have feedback or questions about this? .