Simply e2e test for DokioCRM.
- Install Google Chrome browser.
- Install Python 3, edit system variable PATH by adding a path to the installed Python
- Install Visual Studio Code and install Python plugin
- Check the version of your Google Chrome and download Chrome WebDriver for your version
- Open the
project/test_files/setup.py
. Input actual data in variables of this file and save it. - Open the
project/main.py
. Uncomment the documents you want to test, comment out what you don’t want. - Run the
project/main.py
.