Run TestEZ tests and view their results right from VS Code.
Install the Roblox Studio plugin with the command
Make a testez-companion.toml file to configure how TestEZ should behave:
# These are the locations of your .spec files (descendants are searched too)
roots = ["ReplicatedStorage/myTests", "ServerStorage/some/other/tests"]
[extraOptions]
# Optionally, an extraOptions table can be passed to TestBootstrap
Run the tests by pressing the Run button, the command, Ctrl;, or by enabling the runTestsOnSave setting.
See the results!
You can also right click on failing "it" blocks to output their errors.
To see the console logs and errors of your tests, open the Output tab in the terminal view (opened by default with Ctrl`), and select TestEZ Companion's output.