We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b031775 commit 3b88145Copy full SHA for 3b88145
1 file changed
.github/workflows/playwright.yml
@@ -112,18 +112,13 @@ jobs:
112
- name: Prepare Magento Playwright setup
113
if: env.SKIP_JOB != 'true'
114
uses: docker://mcr.microsoft.com/playwright:v1.57.0-noble
115
- env:
116
- MAGENTO_MODULE: ${{ env.MAGENTO_MODULE }}
117
- MAGENTO_BASE_URL: ${{ env.MAGENTO_BASE_URL }}
118
with:
119
args: >
120
bash -lc "
121
cd $GITHUB_WORKSPACE/magento/vendor/loki-checkout/magento2-functional-tests/Test/Playwright/
122
npm install
123
npx playwright install
124
touch .env
125
- echo $MAGENTO_BASE_URL
126
- echo $MAGENTO_MODULE
127
echo TEST_URL=$MAGENTO_BASE_URL >> .env
128
echo TEST_TOKEN=loki >> .env
129
npx playwright test --project=$MAGENTO_MODULE
0 commit comments