Skip to content

"has title" and "GSI rendered" integration tests for LoginPage #9

"has title" and "GSI rendered" integration tests for LoginPage

"has title" and "GSI rendered" integration tests for LoginPage #9

Workflow file for this run

name: Testing
on:
push:
branches: "master"
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run test:unit
integration-test:
runs-on: ubuntu-latest
environment: production
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run test:integration