Update tests #18
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Playwright tests via DDEV | ||
on: | ||
push: | ||
workflow_dispatch: | ||
jobs: | ||
ddev-playwright: | ||
uses: inpsyde/reusable-workflows/.github/workflows/ddev-playwright.yml@feature/ddev-playwright | ||
Check failure on line 7 in .github/workflows/playwright.yml GitHub Actions / .github/workflows/playwright.ymlInvalid workflow file
|
||
secrets: | ||
COMPOSER_AUTH_JSON: ${{ secrets.PACKAGIST_AUTH_JSON }} | ||
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} | ||
ENV_VARS: >- | ||
[ | ||
{"name": "SOME_USERNAME", "value": "user1"}, | ||
{"name": "SOME_PASSWORD", "value": "pass123"} | ||
] | ||
with: | ||
DDEV_ORCHESTRATE_CMD: ddev orchestrate | ||
PLAYWRIGHT_INSTALL_CMD: ddev playwright-install | ||
PLAYWRIGHT_RUN_CMD: ddev playwright test |