jade-testng:helpPrint the set of parametrs of this TestNG plugin. @author enahir Mojo Attributes:
Optional Parameters
Parameter DetailsprojectHelper project-helper instance, used to make addition of resources simpler
artifactResolver Used to look up Artifacts in the local or remote repository.
artifactFactory Used to look up Artifacts in the local or remote repository.
localRepository The local repository
pluginArtifacts The plugin dependency artifacts
maven2AntManager The manager to link maven project with an Ant project.
nameProvider No Description.
skip Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion.
failureProperty The name of a property to set in the event of a failure. It is used only if the haltonfailure is not set.
haltonfailure Stop the build process if a failure has occurred during the test run. Default is false.
haltonskipped Stop the build process if there is at least on skipped test. Default is false.
dumpcommand Print the TestNG launcher command. Default is false.
groups The list of groups to run, separated by spaces or commas.
excludedgroups The list of groups to exclude, separated by spaces or commas.
jvm The JVM to use, which will be run by Runtime.exec(). Default is java.
listeners List of fully qualified classes which need to implement Either org.testng.ITestListener or org.testng.IReporter
reportsDir Directory for reports output. Default is ${project.build.directory}/surefire-reports.
basedir The base directory of the project being tested.
classesDirectory The directory containing generated classes of the project being tested.
testClassesDirectory The directory containing generated test classes of the project being tested.
excludeTestClasses List of classes/patterns to be excluded from the test classes. Note: this list is added to a file set created for the testClassesDirectory
includeTestClasses List of classes/patterns to be included in the test classes. Note: this list is added to a file set created for the testClassesDirectory
skippedProperty The name of a property to set in the event of a skipped test. It is used only if the haltonskipped is not set.
suiteRunnerClass A fully qualified name of a TestNG starter. Defaults to org.testng.TestNG
parallel The parallel mode to use for running the tests - either methods or tests. When you use the parallel attribute, TestNG will try to run all your test methods in separate threads, except for methods that depend on each other, which will be run in the same thread in order to respect their order of execution. Default is false.
threadCount The number of threads to use for this run. Ignored unless the parallel mode is also specified. Default is 1.
timeout The maximum time out in milliseconds that all the tests should run under.
useDefaultListeners Whether the default listeners and reporters should be used. Default is true
suiteXmlFiles List of TestNG suite xml file locations.
suitename Sets the default name of the test suite, if one is not specified in a suite xml file or in the source code. Default is "${project.groupId}-${project.artifactId}"
testname Sets the default name of the test, if one is not specified in a suite xml file or in the source code. Default is "TestNG Test"
junit Set to true to make TestNG run Junit tests.
testJar Path to jar file contains set of test classes
dumpSystemProps Write System properties to System.out
dumpEnvironmentProps Write Environment properties to System.out
systemProperties Map of key-value pairs or properties to pass to the testng task
verbose Log level.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||