Skip to content

feat(e2e-testing): setup playwright #134

feat(e2e-testing): setup playwright

feat(e2e-testing): setup playwright #134

Workflow file for this run

name: Playground check
on:
pull_request:
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ESLint check
uses: ./.github/actions/lint
with:
package-name: '@editorjs/document-playground'
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the package
uses: ./.github/actions/build
with:
package-name: '@editorjs/document-playground'
e2e-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run E2E tests
uses: ./.github/actions/e2e-tests
with:
working-directory: packages/playground
artifactory-report-name: 'document-playground-e2e-report'