Skip to content

Commit c59708e

Browse files
authored
UNOMI-912 Add new progress information to integration tests run. (#735)
- Start banner for integration tests - Progress bar during test execution is now displayed with ETA, number of successful and failed tests - At the end of the execution a CSV compatible output of the slowest tests is generated
1 parent d6b4dfb commit c59708e

File tree

3 files changed

+592
-2
lines changed

3 files changed

+592
-2
lines changed

itests/src/test/java/org/apache/unomi/itests/AllITs.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
import org.apache.unomi.itests.graphql.*;
2222
import org.apache.unomi.itests.migration.MigrationIT;
2323
import org.junit.runner.RunWith;
24-
import org.junit.runners.Suite;
2524
import org.junit.runners.Suite.SuiteClasses;
2625

2726
/**
2827
* Defines suite of test classes to run.
2928
*
3029
* @author Sergiy Shyrkov
3130
*/
32-
@RunWith(Suite.class)
31+
@RunWith(ProgressSuite.class)
3332
@SuiteClasses({
3433
Migrate16xToCurrentVersionIT.class,
3534
MigrationIT.class,

0 commit comments

Comments
 (0)