Skip to content

chore: migrate examples from Cypress to Playwright #1436

chore: migrate examples from Cypress to Playwright

chore: migrate examples from Cypress to Playwright #1436

Workflow file for this run

name: Vue 3 tests
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test-example
with:
dir: ./examples/vue3