Skip to content

A very simple example of how to run selenium tests with a bottle application using the LiveServerTestCase

Notifications You must be signed in to change notification settings

jerrykan/bottle-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bottle-selenium

A very simple example of how to run Selenium tests with a Bottle application using LiveServerTestCase. This example assumes you have Firefox installed and is capable of running selenium tests.

Setup & Run

  1. Clone the repository:

    $ git clone https://github.com/jerrykan/bottle-selenium.git

  2. Set up the virtual environment:

    $ cd bottle-selenium $ virtualenv venv $ . venv/bin/activate

  3. Install the dependencies:

    $ pip install -r requirements.txt

  4. Run the selenium tests:

    $ python run_tests.py

About

A very simple example of how to run selenium tests with a bottle application using the LiveServerTestCase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published