Re: Selenium Functional Tests against Heroku-hosted Django Site

2016-10-14 Thread ludovic coues
Have you tried to do it yet ? Have you found any specific problem you need help solving ? 2016-10-14 3:52 GMT+02:00 A Wall : > Hello, > > I'm looking to run functional tests using Django 1.10.2 and Selenium 3.0.0 > against a staging Django site hosted on Heroku. To be clear, I want to do > someth

Selenium Functional Tests against Heroku-hosted Django Site

2016-10-13 Thread A Wall
Hello, I'm looking to run functional tests using Django 1.10.2 and Selenium 3.0.0 against a staging Django site hosted on Heroku. To be clear, I want to do something like entering the command $ python manage.py test my_functional tests --liveserver=[ip address of remote server here], as is rec