Skip to content

Playwright tests (Authentication) #22

Playwright tests (Authentication)

Playwright tests (Authentication) #22

name: Playwright tests (Authentication)
on:
schedule:
# Runs at 6:00 AM UTC every day
- cron: "0 6 * * *"
# Runs at 12:00 PM UTC every day
- cron: "0 12 * * *"
jobs:
playwright-scheduled:
name: "Scheduled Playwright tests"
uses: ./.github/workflows/template-test-playwright.yml
with:
environment: ${{ matrix.environment }}
strategy:
fail-fast: false
matrix:
environment: [AT22, TT02]
secrets:
USERNAME_TEST_API: ${{ secrets.USERNAME_TEST_API }}
PASSWORD_TEST_API: ${{ secrets.PASSWORD_TEST_API }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}