FezVrasta/popper.js

View on GitHub
.github/actions/functional/action.yml

Summary

Maintainability
Test Coverage
name: Functional
description: Performs functional tests checks
runs:
  using: composite
  steps:
    - run: npx playwright install --with-deps chromium
      shell: sh
    - run: pnpm run playwright
      shell: sh
    - uses: actions/upload-artifact@v2
      if: always()
      with:
        name: visual-snapshots-diff
        path: packages/dom/test-results