-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed as not planned
Labels
Description
Command
test
Description
It would be nice to rename the test runner from unit-test to test for two reasons:
- It aligns with the command name.
- The builder could be used for much "wider" tests — one could indeed mount a whole set of routes and even run the tests against a real backend. It is valid usage in my opinion but the builder's name suggests differently.
- Also without going as far as my previous example, "unit-test" word should be avoided as it is hard to reach a consensus on it's definition. Some people can get very opinionated and argue that this builder should not be used for some kinds of tests.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response