This is an e2e test example for requesting mentorship via lenken. These tests are written using selenium
Clone the repository from GitHub:
$ git clone https://github.com/WNjihia/lenken-selenium-testing.git
Navigate to the lenken-selenium-testing
directory:
$ cd lenken-selenium-testing
Create a virtual environment:
Use this guide to create and activate a virtual environment.
Install the required packages:
$ pip install -r requirements.txt
Install the chrome driver:
Download the chrome browser driver here. Make sure it's in your PATH
Run the tests:
$ python test_request.py