Skip to content

splinter - Python acceptance testing for web applications

Notifications You must be signed in to change notification settings

siminino/splinter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splinter - Python acceptance testing for web applications

what's new in splinter 0.0.3?

splinter documentation

external links

Django Full Stack Testing and BDD with Lettuce and Splinter

Splinter: Python tool for acceptance tests on web applications

Testes de aceitação com Lettuce e Splinter (pt-br)

install

splinter 0.0.3 requires selenium 2.0b3. for update your selenium, you can run:

$ [sudo] pip install -U selenium

and for install splinter

$ [sudo] pip install splinter

development

Pull requests are very welcomed! Make sure your patches are well tested.

running the tests

if you are using a virtualenv, all you need is:

$ make test

community

mailing list

irc channel

#cobrateam channel on irc.freenode.net

About

splinter - Python acceptance testing for web applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.0%
  • Python 46.0%