Skip to content

Do not suggest bad practices in new test component template

Numbering tests can be used to control test execution order, but developers should write independent tests that should not rely on test execution order.

getTitle is useless. Test runner will print the class name.

Merge request reports