leonardodino / setup-playwright

:robot: setup playwright dependencies in GitHub Actions & nektos/act

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup-playwright

setup playwright dependencies in GitHub Actions & nektos/act

this is a tiny wrapper around microsoft/playwright-github-action.

roadmap

currently this only brings support for running headless chromium inside debian buster

other browsers and "headful" environment contributions are welcome! 😄

versioning

this action is only available via @:hash or @main versions.

once this action has proper testing I'll use version tags 🙈

usage

# .github/workflows/test.yml
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-18.04
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-node@v1
      - uses: leonardodino/setup-playwright@main
      - run: yarn --frozen-lockfile
      - run: yarn test

About

:robot: setup playwright dependencies in GitHub Actions & nektos/act

License:MIT License


Languages

Language:JavaScript 100.0%