-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed as not planned
Description
I want create One test which should be run at begining. Then should run or not other dependent test.
Real example.
Want create test which starts spring context. When its green than it run all tests which try crerate spring context. If this test will fail. Than rest of test shouldn't be invoked.
Currntly when you have multiple tests with spring. All test try to create spring in each test. And it take ages.
I dont wont to use some configuration in maven/gradle plugins.
THIS feature request is NOT for creating tests which use same data. Each test should be independent.
Metadata
Metadata
Assignees
Labels
No labels