/python-functional-tests

This project run functional tests using browser automation tools like selenium.

Primary LanguagePython

#Functional Tests#

Local development

This repo is for run automated tests from user perspective using selenium.

  • [Create and activate virtual environment using Python 3.8]
  • Clone project git clone git@github.com:jsariasgeek/snapeda-functional-tests.git
  • Install requirements pip install -r requirements.txt
  • To run the entire suit tests run the command python test.py
  • Optional Address: You can specify a custom arg --address for test a specific direction. Default 127.0.0.1:8000