Note to Windows users
Use a git bash terminal for running the commands below. Windows CMD and PowerShell are not supported
Reminder: the command below should be run from examples/python-pytest directory
Although not mandatory, this step allows to run in a virtual environment in order to prevent interferences with other python projects that you may have on your machine.
From the built-in terminal:
./start_python_venv.sh
Note: This command starts the python virtual environment in a sub-shell. You can end it
at any time by typing exit
.
Reminder: the command below should be run from examples/python-pytest directory
From the built-in terminal:
./tcrw
Here are the main shortcuts available once TCR utility is running:
Shortcut | Description |
---|---|
o / O |
Open in browser (with web subcommand only) |
d / D |
Enter driver role |
n / N |
Enter navigator role |
t / T |
Query timer status |
p / P |
Toggle on/off git auto-push |
l / L |
Pull from remote |
s / S |
Push to remote |
a / A |
Abort current command (when in driver role) |
q / Q |
Quit current role / Quit TCR |
? |
List available options |
Refer to tcr.md page for additional details and explanations about TCR available subcommands and options