mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
This commit is contained in:
commit
7364004a39
@ -44,5 +44,10 @@ To run the `Codeception <http://codeception.com/>`_ tests you’ll need to insta
|
|||||||
|
|
||||||
- Create config file: ``cp tests/_bootstrap.php.default tests/_bootstrap.php``
|
- Create config file: ``cp tests/_bootstrap.php.default tests/_bootstrap.php``
|
||||||
- Create test user: ``php artisan db:seed --class=UserTableSeeder``
|
- 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``
|
- Start the PhantomJS web server: ``phantomjs --webdriver=4444``
|
||||||
- Run the tests: ``sudo ./vendor/codeception/codeception/codecept run --debug``
|
- Run the tests: ``sudo ./vendor/codeception/codeception/codecept run --debug``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user