Skip to content

(docs) Chocolatey CLI 2.6.0, Chocolatey Licensed Extension 7.0.0, Chocolatey Agent 3.0.0 and Chocolatey GUI Licensed Extension 2.0.1 Release Notes #385

(docs) Chocolatey CLI 2.6.0, Chocolatey Licensed Extension 7.0.0, Chocolatey Agent 3.0.0 and Chocolatey GUI Licensed Extension 2.0.1 Release Notes

(docs) Chocolatey CLI 2.6.0, Chocolatey Licensed Extension 7.0.0, Chocolatey Agent 3.0.0 and Chocolatey GUI Licensed Extension 2.0.1 Release Notes #385

Workflow file for this run

name: Playwright Tests
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout repository using git
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Build site
run: yarn build
- name: Run Playwright tests
run: yarn playwright
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 14