Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 635 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 635 Bytes

DokioCRM e2e test

Simply e2e test for DokioCRM.

Using this test (how to)

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