All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sdrss.testngstarter.mvnplugin.helper.TestParameters Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
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