You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I know there is no commands to create test file. When I was looking at new docs testing section I though that it has some code that will be repeated in each test file.
Feature Request
New CLI command to create test files
Description
As I know there is no commands to create test file. When I was looking at new docs testing section I though that it has some code that will be repeated in each test file.
Booster CLI command would create the test file to help developers to start writing new tests without copy-pasting same code.
Possible Solution
Create command that will generate test file under
tests/
folder.Command:
boost new:test [name]
Minimal skeleton content of created test file:
The text was updated successfully, but these errors were encountered: