Added staging configuration

This commit is contained in:
Gregorio Chiko Putra 2018-08-06 09:44:48 +07:00
parent 8213ae1ec6
commit 72e5b83101
2 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class RoboFile extends \Robo\Tasks
->exec('composer install')
# run test
->exec('vendor/bin/codecept run acceptance')
->exec('vendor/bin/codecept run acceptance --env staging')
# execute above commands
->run();

View File

@ -20,3 +20,10 @@ modules:
dump: 'tests/_data/db_laraland.sql'
populate: true
populator: 'mysql -u$user -p$password -h$host $dbname < $dump'
env:
staging:
modules:
config:
PhpBrowser:
url: http://laraland.waf.or.id