How do I verify a download?
- Fixed downloads directory - Make tests compatible with newer versions of selenium
- Add ``debugdb``, an interactive database debug tool. - Update GPL license and file headers from gnu.org (https://launchpad.net/bugs/1211145)
- Chrome: disable translate toolbar and password manager - Update build infrastructure
Downloads configuration (chromedriver only)
Selenium tests can now be run in virtual display, e.g. xvfb, this allows for automated testing on servers.
$ bin/test --selenium-headless
You can also configure where to put screenshots, what browser to use, etc. See help
$ bin/test --help
- Headless selenium test runner mode, courtesy of PyVirtualDisplay - Screenshots configuration - Choose browser to use when several are configured - i18nextract: Remove sorting by locations, zope.app.locales (>= 3.7.2) does it.
- Fix tests for Selenium >= 2.14. - Update build infrastructure.
Fix error in linux_chrome, introduced in 0.6.1
Add selenium test runner recipe
Update Makefile and other build files from newer schooltool