Skip to content

my-github-alt/Selenium-example-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium test example

Required

  • Python 3.10+
  • Installed requirements with pip from ./requirements.txt.
  • Installed supported browser.
  • Edited the ./config/test_config.json file to fit the chosen browser.

How to run

Assuming that the working directory is the root of this project.

  • python3 .
    or
  • python3 -m unittest test.website_login_test --verbose

Selenium Supported browsers

your mileage may vary
  1. Chrome
  2. Chromium
  3. Brave
  4. Opera
  5. Firefox
  6. Edge
  7. IE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages