We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e34403 commit a23e5c1Copy full SHA for a23e5c1
src/test/java/org/mifos/integrationtest/TestRunner.java
@@ -13,7 +13,7 @@
13
// "junit:build/cucumber.xml" })
14
15
@RunWith(Courgette.class)
16
-@CourgetteOptions(threads = 3, runLevel = CourgetteRunLevel.FEATURE, rerunFailedScenarios = false, testOutput = CourgetteTestOutput.CONSOLE,
+@CourgetteOptions(threads = 4, runLevel = CourgetteRunLevel.FEATURE, rerunFailedScenarios = false, testOutput = CourgetteTestOutput.CONSOLE,
17
18
reportTitle = "Paymenthub Test results", reportTargetDir = "build", cucumberOptions = @CucumberOptions(features = "src/test/java/resources", glue = "org.mifos.integrationtest.cucumber", tags = "@gov", publish = true, plugin = {
19
"html:cucumber-report", "json:cucumber.json", "pretty", "html:build/cucumber-report.html",
0 commit comments