{"id":14155252,"url":"https://github.com/ianwalter/playwright-container","last_synced_at":"2025-04-30T06:41:56.764Z","repository":{"id":40313280,"uuid":"281765986","full_name":"ianwalter/playwright-container","owner":"ianwalter","description":"A GitHub Action / Docker image for Playwright, the browser automation library","archived":false,"fork":false,"pushed_at":"2023-10-17T17:16:17.000Z","size":445,"stargazers_count":39,"open_issues_count":12,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-18T21:31:25.928Z","etag":null,"topics":["docker","docker-image","github-actions","playwright"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianwalter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ianwalter"}},"created_at":"2020-07-22T19:30:20.000Z","updated_at":"2025-02-08T08:11:52.000Z","dependencies_parsed_at":"2023-01-04T21:31:36.630Z","dependency_job_id":"8c10c397-33d8-4fe9-a5df-798446b30616","html_url":"https://github.com/ianwalter/playwright-container","commit_stats":{"total_commits":76,"total_committers":3,"mean_commits":"25.333333333333332","dds":0.5394736842105263,"last_synced_commit":"0aab01e763905bd04a7cc7f79a390db801cf0410"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fplaywright-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fplaywright-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fplaywright-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fplaywright-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianwalter","download_url":"https://codeload.github.com/ianwalter/playwright-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658064,"owners_count":21622817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","github-actions","playwright"],"created_at":"2024-08-17T08:02:35.722Z","updated_at":"2025-04-30T06:41:56.743Z","avatar_url":"https://github.com/ianwalter.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/ianwalter"],"categories":["github-actions"],"sub_categories":[],"readme":"# ianwalter/playwright-container\n\u003e A GitHub Action / Docker image for Playwright, the browser automation library\n\n## About\n\nBased on the [official Playwright Dockerfile][playwrightDockerfileUrl] but this\nimage uses the current Node.js release instead of LTS and Debian instead of\nUbuntu.\n\n## Usage\n\nPlaywright will need to be launched with:\n\n```js\nplaywright.chromium.launch({ args: ['--no-sandbox'] })\n```\n\nAs a [GitHub Action][actionsUrl]:\n\n```yml\nname: CI\non:\n  push:\n    branches:\n      - main\n  pull_request:\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Install\n        # NOTE: this pins the action to a specific commit sha for security\n        # reasons but you can also use a version tag if desired. For example:\n        # ianwalter/playwright-container@v3.0.0\n        uses: ianwalter/playwright-container@43940dfa7d309fe3569b9df407ae9e84dcbf2e7f\n        with:\n          args: npm ci\n      - name: Test\n        uses: ianwalter/playwright-container@43940dfa7d309fe3569b9df407ae9e84dcbf2e7f\n        with:\n          args: npm test\n```\n\nAs a [Docker container][dockerUrl]:\n\n```console\ndocker pull ianwalter/playwright:v3.0.0\n```\n\n## Related\n\n* [`@ianwalter/bff`][bffUrl] - Your friendly test framework\n\n## License\n\nApache 2.0 with Commons Clause - See [LICENSE][licenseUrl]\n\n\u0026nbsp;\n\nCreated by [Ian Walter](https://ianwalter.dev)\n\n[playwrightDockerfileUrl]: https://github.com/microsoft/playwright/blob/master/docs/docker/Dockerfile.bionic\n[actionsUrl]: https://github.com/features/actions\n[dockerUrl]: https://hub.docker.com/r/ianwalter/playwright\n[bffUrl]: https://github.com/ianwalter/bff\n[puppeteerUrl]: https://github.com/ianwalter/puppeteer-container\n[licenseUrl]: https://github.com/ianwalter/playwright-container/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianwalter%2Fplaywright-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianwalter%2Fplaywright-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianwalter%2Fplaywright-container/lists"}