- Revert really bad change
- Add quotes so that all command line params are strings
- Fix for django 1.9+
- Fix for passing both suite and specs.
- Add live_server_url param when using the protractor command.
- Set baseUrl automatically for relative url use in protractor.
Thanks Loren M. Lang for all 3!
- Fix for python 3 compatibility. (Thanks David Black!)
- Add hook for protractor params to be passed from a test case.
- Add fixture support to protractor command. (Thanks Dmitry Mikhaylov!)
- Add live_server_url to the params passed into protractor
- Create a mixin to use with tests. This allows more easy creation of test cases and easy setup of initial data via fixtures or factories.
- Call django test runner's setup_databases()
- Stop swallowing protractor output