Table of Contents |
---|
...
Download and install docker desktop at
Once docker desktop is installed go to Settings>General and check 'Use the WSL 2 based engine'. Click apply and restart
...
Code Block | ||
---|---|---|
| ||
python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} |
Run scripts again
If there is further issues downloading libraries due to the system date being out of sync with windows issue the following command and run the scripts again.
Code Block | ||
---|---|---|
| ||
sudo hwclock --hctosys |
FAQ
How to fix "Error: could not open `{argLine}'
when running unit tests from Intellij IDE ?
...