Skip to content

chore(tests): move from testcafe to playwright #1883

chore(tests): move from testcafe to playwright

chore(tests): move from testcafe to playwright #1883

Workflow file for this run

name: ES5 support check
on:
- pull_request
jobs:
ssr:
name: Build and check ES5/ES6 support
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm build
working-directory: packages/browser
- name: Run es-check to check if our ie11 bundle is ES5 compatible
run: npx [email protected] es5 packages/browser/dist/array.full.es5.js
- name: Run es-check to check if our main bundle is ES6 compatible
run: npx [email protected] es6 packages/browser/dist/array.full.js