Update developer_guide.rst

changes required to run the test suite locally on a server that isn't called www.ninja.test running without https on port 8000
This commit is contained in:
Simon Brown 2018-02-06 12:25:14 +00:00 committed by GitHub
parent 7f451ae403
commit 50c7e23632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,5 +44,10 @@ To run the `Codeception <http://codeception.com/>`_ tests youll need to insta
- Create config file: ``cp tests/_bootstrap.php.default tests/_bootstrap.php``
- Create test user: ``php artisan db:seed --class=UserTableSeeder``
- edit the following files, replacing ``www.ninja.test:8000`` with your local test domain:
- /.travis.ylm
- /app/Libraries/Utils.php
- /tests/acceptance.suite.yml
- /tests/functional.suite.yml
- Start the PhantomJS web server: ``phantomjs --webdriver=4444``
- Run the tests: ``sudo ./vendor/codeception/codeception/codecept run --debug``