You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I never saw integration tests that depend on RabbitMQ. Since there is a way to install Magento w/o it - I think it's a good idea to speed up the integration test.
Currently, I'm not using these actions because of this.
here is my config preparation for integration tests:
- name: Replace Configuration Settings for envworking-directory: ./magento2/dev/tests/integration/etcrun: | cat install-config-mysql.php.dist \ | sed "s/'db-host' => 'localhost'/'db-host' => '127.0.0.1'/" \ | sed "s/'db-user' => 'root'/'db-user' => 'user'/" \ | sed "s/'db-password' => '123123q'/'db-password' => 'password'/" \ | sed "s/'elasticsearch-host' => 'localhost'/'elasticsearch-host' => '127.0.0.1'/" \ | sed '/amqp/d' > install-config-mysql.php
Your Use Case
Prior Work
Environment
Magento version: X.Y.Z
PHP Version version: X.Y.Z
Others:
💡 Feature request
Feature Name
The Desired Behavior
I never saw integration tests that depend on RabbitMQ. Since there is a way to install Magento w/o it - I think it's a good idea to speed up the integration test.
Currently, I'm not using these actions because of this.
here is my config preparation for integration tests:
Your Use Case
Prior Work
Environment
cc: @ihor-sviziev
Copied from graycoreio/github-actions-magento2#64
The text was updated successfully, but these errors were encountered: