Skip to content

NayaraCaetano/splinter_lettuce_functional_tests_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splinter Lettuce Functional Tests Boilerplate

A python boilerplate for functional tests with splinter and lettuce

  • Contains predefined steps for most interactions that can be performed on a web page (see functional_tests/features/steps path)
  • Contains the basic configuration structure for running the tests in the chrome browser (headless or not)
  • Save screenshot when a test fails
  • Automatically captures javascript coverage (if the page have it)

Requirements

  • pip install fabric
  • python 2.x
  • Other requirements will be installed on execution (see conf path) :

Executing tests

  • fab functional_tests:$FEATURE_PATH,%SCENARIOS_NUMBER

None of parameters are mandatory

About

A python boiterplate for functional tests with splinter and lettuce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published