Параллельный запуск тестовых случаев Junit с использованием Maven ⇐ JAVA
-
Гость
Параллельный запуск тестовых случаев Junit с использованием Maven
I added in my pom.xml the following plugin to run test classes in parallel
org.apache.maven.plugins maven-surefire-plugin classes 10 ${profile.name} 1 true And i have
@RunWith(Suite.class) @Suite.SuiteClasses({ test_1.class, test_2.class }) when i run it as a junit test it runs sequential not parallel... any help ??
I added in my pom.xml the following plugin to run test classes in parallel
org.apache.maven.plugins maven-surefire-plugin classes 10 ${profile.name} 1 true And i have
@RunWith(Suite.class) @Suite.SuiteClasses({ test_1.class, test_2.class }) when i run it as a junit test it runs sequential not parallel... any help ??
Мобильная версия