@@ -73,7 +73,7 @@ table includes the currently implemented options.
7373| tags | "smoketest,regression" | See description above|
7474| output | c:\\ temp\\ reports | Directory to store reports in.|
7575| reportFileName | File name for the report. If omitted, the report will get a name based on the test job ID|
76- | format | excel | Specify the file type of the report. Currently supported formats are json, junit and excel . The default format is junit|
76+ | format | excel | Specify the file type of the report. Currently supported formats are json, junit, excel and pdf . The default format is junit|
7777| proxyHost | 172.0.1.10 | Hostname or IP of the server to use as a proxy for outgoing requests (from TestEngine)|
7878| proxyPort | 8888 | Port of the proxyHost to contact for outgoing requests (from TestEngine)|
7979| proxyUser | John | Optional username to authenticate with the proxy|
@@ -118,13 +118,13 @@ Each job has a job ID, with the command "jobs cancel" a running (or queued) job
118118Each job has a job ID, with the command "jobs report" you can request the execution report for a completed job.
119119The "output" argument is mandatory, "format" is optional.
120120
121- ` testengine jobs report output=/tmp/reports foramat =excel <job ID> `
121+ ` testengine jobs report output=/tmp/reports format =excel <job ID> `
122122
123123| Option | Sample Value | Description|
124124| ---| ---| ---|
125125| output | c:\\ temp\\ reports | Directory to store reports in.|
126126| reportFileName | File name for the report. If omitted, the report will get a name based on the test job ID|
127- | format | excel | Specify the file type of the report. Currently supported formats are json, junit and excel . The default format is junit|
127+ | format | excel | Specify the file type of the report. Currently supported formats are json, junit, excel and pdf . The default format is junit|
128128
129129### Clean up old jobs from the server database
130130To remove old jobs from the server (to preserve disk space or limit the risk of data leakage), you can use the prune command:
0 commit comments