Execution command
Additional information about how to define your job execution command.
Example of execution command
python3 -m pytest --tth-upload
- for Windows, replace
python3
bypython
. -
--tth-upload
: after the Test Session is done, upload the report to Typhoon Test Hub. -
--report-tags="Tag A,Tag B,Tag C"
: replaceTag A,Tag B,Tag C
with the desired tags - If a new tag is defined here, it will be automatically created and added to the Report tags page.
- Refer to Job Parameters to learn how to parametrize your Job.
- Refer to Environment variables to learn which environment variables are available when writing a script.