Skip to content

Commit

Permalink
ENGCOM-8096: Add elasticsearch params to integration tests config #29799
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Aug 31, 2020
2 parents d1ff2ca + fe65f0d commit 60b6028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/tests/integration/etc/install-config-mysql.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ return [
'db-name' => 'magento_integration_tests',
'db-prefix' => '',
'backend-frontname' => 'backend',
'search-engine' => 'elasticsearch7',
'elasticsearch-host' => 'localhost',
'elasticsearch-port' => 9200,
'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,
'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL,
Expand Down

0 comments on commit 60b6028

Please sign in to comment.