File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Optionally create a virtual environment:
64645. 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:
8989You 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
You can’t perform that action at this time.
0 commit comments