Skip to content

Integrate testing suite #2

Integrate testing suite

Integrate testing suite #2

Workflow file for this run

name: Playwright Tests
on:
# TODO: Constrain this further
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: W3DevTeam/TezosHomebaseTests
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
env:
WEBAPP_URL: https://deploy-preview-740--tezos-homebase.netlify.app