Skip to content

yonathanF/SeleniumTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 4501 Software Testing

Selenium Testing, Extra Credit

Getting started

  1. Clone the repo
  2. Install needed packages with pip
    pip install -r requirements.txt
  3. Migrate DB using:
    python manage.py makemigrations
    python manage.py migrate
  4. Insert data using fixture provided
    python manage.py loaddata fixture.json
  5. [Optional] Run server
    python manage.py runserver
  6. [Demo] Run tests
    python manage.py test selenium_tests

Notes

About

Demonstration of Selenium of web testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published