Skip to content

Commit ef0d1bd

Browse files
authored
docs: correct file name for test scripts (#402)
1 parent 719f79a commit ef0d1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing_scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Optionally create a virtual environment:
6464
5. Run the testing script:
6565

6666
```bash
67-
python vs_console_script.py --email <your_email> --password <your_password> [optional arguments]
67+
python vs_test_script.py --email <your_email> --password <your_password> [optional arguments]
6868
```
6969

7070
### Running in VS Code or other IDE's
@@ -89,7 +89,7 @@ CONFIGURING VIA COMMAND LINE:
8989
You can also configure the script via command line arguments:
9090
9191
```bash
92-
python vs_console_script.py \ # or testing_scripts/vs_console_script.py if using repository method
92+
python vs_test_script.py \ # or testing_scripts/vs_test_script.py if using repository method
9393
--email <your_email> \
9494
--password <your_password> \
9595
--test-devices \ # Include device methods in the test

0 commit comments

Comments
 (0)