Execution command
Additional information about how to define your job execution command.
Example of execution command
python3 -m pytest --tth-upload-  for Windows, replace python3bypython.
- 
                    --tth-upload: after the Test Session is done, upload the report to Typhoon Test Hub.
- 
                    --tth-tags="Tag A,Tag B,Tag C": replaceTag A,Tag B,Tag Cwith the desired tags
- If a new tag is defined here, it will be automatically created and added to the 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.