Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

lovebrew/bundler-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

This is the lovebrew bundler site automation suite. First, dependencies via pip install -e .. Once that is done, determine what test file to run:

  1. Frontend
  1. Backend

In either case, you must make a config.toml within bundler_qa:

[driver]
base_url = "{webclient url}"
data_url = "{webserver url}"
browser  = "{chrome,firefox}"

Once done, run pip -m pytest bundler_qa/{file}.py to run the desired tests.

About

Automation Suite for the Bundler Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages