https://github.com/objarni/remind-tests
Automatic tests for remind
https://github.com/objarni/remind-tests
Last synced: about 1 year ago
JSON representation
Automatic tests for remind
- Host: GitHub
- URL: https://github.com/objarni/remind-tests
- Owner: objarni
- License: mit
- Created: 2015-09-23T08:38:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T14:42:34.000Z (over 10 years ago)
- Last Synced: 2025-02-06T11:55:19.410Z (over 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
End-to-end test for ReMind
==========================
The only test so far is an end-to-end regression script which excercises the whole system from front to back. It uses Python and Selenium, running Firefox automatically to simulate a user interacting with the system.
Run on debian based OS
----------------------
# Install selenium
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
# Run script
python systest.py http://localhost:8000
The URL points to the Re:Mind instance to be tested.