Test Cases for Sahana Eden
-
Install Robot Framework
pip install robotframework pip install robotframework-selenium2library pip install robotframework-databaselibrary -
Checkout Test Cases
git clone https://github.com/nerdis/edentest.git -
Configure Test Suite
- go to the edentest directory
- copy config.example.py into config.py
- edit config.py and adapt the settings to your environment
- Configure and start Sahana Eden
- run clean script (populate the database)
- start web2py
-
Run tests
pybot edentest -
See results
- open 'report.html' in your browser