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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ table includes the currently implemented options.
83
83
| tags | "smoketest,regression" | See description above|
84
84
| output | c:\\temp\\reports | Directory to store reports in.|
85
85
| reportFileName | N/A | File name for the report. If omitted, the report will get a name based on the test job ID|
86
+
| callback |http://localhost:8080| The URL, to which the results will be posted|
87
+
| environment | dev | Specify the The target environment for test job. Can not be used with **hostAndPort**|
88
+
| hostAndPort | localhost:8080 | The host and port to be used for HTTP requests sent by this test, in the format host:[port]. Can not be used with **environment**|
86
89
| format | excel | Specify the file type of the report. Currently supported formats are json, junit, excel and pdf. The default format is junit|
87
90
| proxyHost | 172.0.1.10 | Hostname or IP of the server to use as a proxy for outgoing requests (from TestEngine)|
88
91
| proxyPort | 8888 | Port of the proxyHost to contact for outgoing requests (from TestEngine)|
0 commit comments