Skip to content

erolstt/pypom-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic example to show how to use PYPOM

Installing dependencies

You need to install the Python packages that are needed to run tests using pip. In a terminal, from the the project root, execute the following command:

$ pip install -Ur requirements.txt

Running the tests

To run all of the tests against the default environment:

$ py.test --driver Firefox

If you would like to generate HTML report for the test result, run the following command

$ py.test --driver Firefox --html=report.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages