mage-os/mageos-magento2

Integration Tests - make services&versions to be user inputs

vpodorozh opened this issue · 0 comments

Description

While manual execution of full integration tests workflow - services and their versions are taken from supported-services.json file that is placed in root of the repo.

However, sometimes it is required to execute tests on other versions/services.

Expected behavior

It is possible to manually define service:version, while running full integration tests workflow, for each of these positions:

  • php
  • composer
  • database
  • search
  • message_queue
  • cache
  • http_cache

If value is not defined - default value from supported-services.json should be taken.

Benefits

No response

Additional information

No response

Release note

No response