Skip to content

Test frame work install

Jeremy Butcheck edited this page Oct 21, 2015 · 5 revisions

install web2py with eden to /home/web2py/

python web2py.py --no-banner -M -S eden -R applications/eden/tests/edentest_runner.py -A applications/eden/tests/implementation/testsuites/{testsuite you want to run}

cp test/execution/config.example.py /test/execution/config.py edit config to have right password

clear database cd web2py/eden/ rm databases/* sessions/* errors/*

launch web2py

register user email: [email protected] password: testing

install google chrome

download chromedriver and put it in your bash path

Clone this wiki locally