com.github.sdrss.testngstarter.mvnplugin.helper.TestParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng-starter-maven-plugin Show documentation
Show all versions of testng-starter-maven-plugin Show documentation
A maven plugin to start testNG suites with all testNG/reportNG related attributes.
package com.github.sdrss.testngstarter.mvnplugin.helper;
public enum TestParameters {
threadPoolSize,
suiteThreadPoolSize,
dataProviderThreadCount,
outputDirectory,
preserveOrder,
configFailurePolicy,
generateHtmlReport,
generateXMLReport,
generateJunitReport,
listeners,
excludedGroups,
groups,
isJUnit,
parallel,
randomizeSuites,
suiteXmlFiles,
suiteXmlFilesPostBuild,
executeTestngFailedxml,
generateReportNGhtmlReport,
reportNGOutputDirectory,
failFast,
failOnErrors,
showPassedConfigurations,
handleKnownDefectsAsFailures,
escapeOutput,
externalLinks,
logOutputReport,
reportNGhtmlReportTitle,
globalTestTimeOut,
maxTestRetryFailures,
systemProperties
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy