Skip to content

Example of documentation driven acceptance testing with Sphinx and Robot Framework

Notifications You must be signed in to change notification settings

datakurre/robotdoctest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis CI badge
# Install
virtualenv env
source env/bin/activate
pip install -U pip
pip install -r requirements.txt

# Generate docs with screenshots
ROBOT_BROWSER=phantomjs make html

# Execute docs as acceptance tests
pybot -v BROWSER:phantomjs docs

About

Example of documentation driven acceptance testing with Sphinx and Robot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published