Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

testing Playwright Github CI #1

testing Playwright Github CI

testing Playwright Github CI #1

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [ release-3.0 ]
jobs:
playwright:
name: 'Playwright Tests'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.1-jammy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run your tests
run: npx playwright test
env:
HOME: /root