git clone https://@opensourceprojects.eu/git/p/osp/osp-allura osp-osp-allura



File Date Author Commit
README 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
create_repo.twill 2010-05-17 Wolf Wolf [5a53f2] A handful of broad-spectrum site tests
edit_wiki_page.twill 2010-05-17 Wolf Wolf [5a53f2] A handful of broad-spectrum site tests
login.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
new_issue.twill 2010-05-17 Wolf Wolf [5a53f2] A handful of broad-spectrum site tests
smoke-front-page.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
smoke-project-home.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
smoke-tracker-search.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
smoke-tracker.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
smoke-user-profile.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README
smoke-wiki.twill 2010-05-13 Wolf Wolf <Commit e6ce10145f1e000e41bba4302943da1f56371016> initial twill tests and README

Read Me

Twill Tests

First, you'll need twill-sh:

  sudo easy_install twill


Files in this directory ending with '.twill' are tests to be run by twill-sh

  twill-sh --url=http://url.of.forge.to.test/ twill-tests/*.twill

e.g.,

  twill-sh --url=http://re.sourceforge.net/ twill-tests/*.twill


If you just want to run the quick "smoke tests":

  twill-sh --url=... twill-tests/smoke*.twill