Interal - Fix installation using behat in travis

pull/3513/head
Julio Montoya 4 years ago
parent c89075ea90
commit d7a596af80
  1. 3
      .travis.yml
  2. 4
      tests/behat/features/actionInstall.feature

@ -27,6 +27,7 @@ matrix:
include:
- php: 7.2
- php: 7.3
- php: 7.4
env:
global:
@ -89,7 +90,7 @@ install:
script:
- cd tests/behat
# - travis_wait 45 ../../vendor/behat/behat/bin/behat -v
- ../../vendor/behat/behat/bin/behat features/actionInstall.feature -v
- ../../vendor/behat/behat/bin/behat features/actionInstall.feature -vvv
- cd ..
- cd ..
# Set to APP_ENV to test

@ -13,10 +13,10 @@ Feature: Install portal
Then I should see "Step4 Database settings"
Then I fill in the following:
| dbUsernameForm | root |
| dbPassForm | |
# | dbPassForm | |
| dbNameForm | master |
Then I press "step3"
Then I should see "Database driver: pdo_mysql"
Then I should see "Database host: localhost"
Then I press "step4"
Then I should see "Step5 ConfigurationSettings"
Then I fill in the following:

Loading…
Cancel
Save