-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
There is a need to organize our tests such that only some are run during development while others are run by Travis. Some tests can be pretty slow and running the full suite every time can slow down dev work.
Looking into this a bit, there are at least two JUnit options to choose from: @suite and @category annotations . It may be best to choose the option that does not require annotating every test class, but maybe only annotating the slow ones?
More investigation is needed but either way it shouldn't be more work than adding some annotations and doing some minor edits to the build process and travis process
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels