This PR parameterise the test cases for E2E workflow for express checkout module and dispatch pipeline. Basically, all three workflow files have been merged into e2e-test.yml workflow file.
If the workflow triggered from a release, it uses all test group and main branch` for express repository (express + standard)
If the workflow triggered from dispatch event, it uses the input fields of the dispatcher
If the workflow triggered from regular PR against main, it uses standard test group without express checkout tests
Description
This PR parameterise the test cases for E2E workflow for express checkout module and dispatch pipeline. Basically, all three workflow files have been merged into
e2e-test.yml
workflow file.all
test group andmain
branch` for express repository (express + standard)main
, it usesstandard
test group without express checkout testsTested scenarios