Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

This is basically the selenium 2.0 python test case framework .This an attempt to provide the following features

  1. consolidates all selenium 2.0 python test case and run them using a nosetests against a configurable parameters

    • Browsers type , IE and Firefox and Chrome etc
    • Selenium Hub Server
    • Selenium Hub Server Port
    • Base URL
    • Test Report filename in Junit xml format
  2. Running all test case in parallel per browser using nosetests multiprocessing feature. *Note there is a work in progress to fix running test cases in parallel regardless of browser type, as of now the implementation is - test cases will run in parallel for one type of browser first i.e Firefox before moving to the next browser type or version.

  3. Provide a Junit xml report .

Link to wiki

How to Install, [Getting Started,] (https://github.com/fairul82/PythonTestFramework1.0/wiki/Getting-Started)
[How to Setup Environment,] (https://github.com/fairul82/PythonTestFramework1.0/wiki/How-to-Setup-Environment) [How to Run] (https://github.com/fairul82/PythonTestFramework1.0/wiki/How-to-Run)

About

Version 1.0

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors