This PR refactors the E2E test workflow. This flow used to trigger dispatch workflow on payment module's repository. However, this approach is not scalable anymore and we have decided to decouple those test cases.
E2E test workflow now installs a Magento instance and runs Playwright tests against it.
In addition to that, Elasticsearch has been replaced with Opensearch.
Summary
This PR refactors the E2E test workflow. This flow used to trigger dispatch workflow on payment module's repository. However, this approach is not scalable anymore and we have decided to decouple those test cases.
E2E test workflow now installs a Magento instance and runs Playwright tests against it.
In addition to that, Elasticsearch has been replaced with Opensearch.
Tested scenarios