-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
Description
Is your feature request related to a problem? Please describe.
By default, tests in a project are separated into the following categories:
*Test are unit test
*IT are integration tests
If there is no possibility to set a test name, then it breaks this pattern and any kind of workaround should be implemented.
Describe the solution you'd like
It's required to have a parameter, which defines a generated test class name.
Describe alternatives you've considered
Alternatively, it's required to customize rule-set of executed tests.
Related previously tickets:
issue-777