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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,11 @@ table includes the currently implemented options.
69
69
| skipdeps | N/A | Do not scan project for dependencies. This will improve performance for large projects without dependences to external files |
70
70
| testsuite | TestSuite1 | Name of a test suite to run|
71
71
| testcase | JRA-11224 | Name of a specific test case to run. Typically used together with **testsuite** because a project can have several test cases with the same name in different test suites.|
72
+
| securitytest | SecurityTest1 | Name of a security test to run. Can not be used with **testsuite** or **testcase**.
72
73
| tags | smoketest | Comma separated list of tags. For a test case to be run, it should have all the listed tags. When specifying many tags, or using tags with space in the name, it is possible to surround them with either (), [] or "" but be aware that different operating systems can have special meanings for brackets which requires quoting. Tags cannot be used together with testsuite/testcase specification.|
73
74
| tags | "smoketest,regression" | See description above|
74
75
| output | c:\\temp\\reports | Directory to store reports in.|
75
-
| reportFileName | File name for the report. If omitted, the report will get a name based on the test job ID|
76
+
| reportFileName | N/A |File name for the report. If omitted, the report will get a name based on the test job ID|
76
77
| format | excel | Specify the file type of the report. Currently supported formats are json, junit, excel and pdf. The default format is junit|
77
78
| proxyHost | 172.0.1.10 | Hostname or IP of the server to use as a proxy for outgoing requests (from TestEngine)|
78
79
| proxyPort | 8888 | Port of the proxyHost to contact for outgoing requests (from TestEngine)|
@@ -123,7 +124,7 @@ The "output" argument is mandatory, "format" is optional.
123
124
| Option | Sample Value | Description|
124
125
|---|---|---|
125
126
| output | c:\\temp\\reports | Directory to store reports in.|
126
-
| reportFileName | File name for the report. If omitted, the report will get a name based on the test job ID|
127
+
| reportFileName |N/A |File name for the report. If omitted, the report will get a name based on the test job ID|
127
128
| format | excel | Specify the file type of the report. Currently supported formats are json, junit, excel and pdf. The default format is junit|
0 commit comments