Skip to content

Commit 60b6028

Browse files
authored
ENGCOM-8096: Add elasticsearch params to integration tests config #29799
2 parents d1ff2ca + fe65f0d commit 60b6028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/etc/install-config-mysql.php.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ return [
1111
'db-name' => 'magento_integration_tests',
1212
'db-prefix' => '',
1313
'backend-frontname' => 'backend',
14+
'search-engine' => 'elasticsearch7',
15+
'elasticsearch-host' => 'localhost',
16+
'elasticsearch-port' => 9200,
1417
'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
1518
'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,
1619
'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL,

0 commit comments

Comments
 (0)