mage-os / mageos-magento2

Work in progress.
Open Software License 3.0
208 stars 41 forks source link

Integration Tests - make services&versions to be user inputs #77

Open vpodorozh opened 8 months ago

vpodorozh commented 8 months ago

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:

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