Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.02 KB

Experience Testing

This application includes a UI test for the application experience written in Python, using Selenium, that you can extend as you further develop your application.

To run the experience test, first you need to install Python on your system.

Then install selenium.

pip install selenium

Set up the Chrome WebDriver on your system, you will also need to install the Chrome Browser if you do not have it. If you prefer, you can update the experience test experience_test.py to use the Firefox WebDriver. Make sure that you have added the driver to your system PATH.

With the application running locally, export the necessary environment variables, and run the Python web experience test in this directory.

export APP_URL=https://localhost:8080 # default value for the local application
python3 experience_test.py