Skip to content

Added playwright for visual regression test #4

Added playwright for visual regression test

Added playwright for visual regression test #4

Workflow file for this run

name: Testing for visual regression on old theme
# Run the workflow when code is pushed or when a pull request is created
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
playwright:
name: Run Playwright
runs-on: ubuntu-latest
steps:
# Checkout the repository so the workflow has access to the code
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: |
make tests