Skip to content

Run Playwright Tests #1

Run Playwright Tests

Run Playwright Tests #1

Workflow file for this run

name: Run Playwright Script
on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
run-playwright:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Playwright script
run: node fulfillment.spec.js