You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- tags: specify [cucumber tags](https://cucumber.io/docs/cucumber/api/#tags) that you need to run
143
-
- spring.profiles.active: switch between [spring profiles](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html) created in application.yml
144
-
- threadCount: specify the number of concurrent scenarios to execute
153
+
- `cucumber.execution.parallel.config.fixed.parallelism`: specify the number of concurrent scenarios to execute
154
+
- `cucumber.filter.tags`: specify [cucumber tags](https://cucumber.io/docs/cucumber/api/#tags) that you need to run
155
+
- `spring.profiles.active`: switch between [spring profiles](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.profiles) created in application.yml
156
+
- `surefire.rerunFailingTestsCount`: reruns for any failed tests
145
157
146
158
9. To view the [allure report](https://github.com/allure-framework/allure-maven)
147
159
@@ -171,5 +183,5 @@ Here's some more info on ServiceLoader; https://www.baeldung.com/java-spi
* Follow instructions [here](https://projectlombok.org/setup/eclipse) for lombok setup
174
-
* Install eclipse plugins from the [eclipse marketplace](https://marketplace.eclipse.org/content/welcome-eclipse-marketplace) or using their [update site](https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-127.htm) - [TestNG](https://dl.bintray.com/testng-team/testng-eclipse-release/6.14.3/), [YEdit](http://dadacoalition.org/yedit/), [Cucumber](https://cucumber.github.io/cucumber-eclipse-update-site-snapshot)
186
+
* Install eclipse plugins from the [eclipse marketplace](https://marketplace.eclipse.org/content/welcome-eclipse-marketplace) or using their [update site](https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-127.htm) - [YEdit](http://dadacoalition.org/yedit/), [Cucumber](https://cucumber.github.io/cucumber-eclipse-update-site-snapshot)
175
187
* Follow instructions in the answer [here](https://stackoverflow.com/questions/1886185/eclipse-and-windows-newlines) to use Unix style line endings for new files
0 commit comments