{"id":17653881,"url":"https://github.com/phi-ag/run-playwright","last_synced_at":"2026-03-07T04:01:41.048Z","repository":{"id":258313941,"uuid":"865902212","full_name":"phi-ag/run-playwright","owner":"phi-ag","description":"Run Playwright container action","archived":false,"fork":false,"pushed_at":"2026-02-26T12:10:11.000Z","size":33,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-26T18:27:25.103Z","etag":null,"topics":["action","playwright"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phi-ag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-01T10:20:33.000Z","updated_at":"2026-02-26T12:09:54.000Z","dependencies_parsed_at":"2024-10-18T12:14:38.971Z","dependency_job_id":"0af9d338-8257-4896-bd31-f47245be4e1f","html_url":"https://github.com/phi-ag/run-playwright","commit_stats":null,"previous_names":["phi-ag/run-playwright"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/phi-ag/run-playwright","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phi-ag%2Frun-playwright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phi-ag%2Frun-playwright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phi-ag%2Frun-playwright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phi-ag%2Frun-playwright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phi-ag","download_url":"https://codeload.github.com/phi-ag/run-playwright/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phi-ag%2Frun-playwright/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["action","playwright"],"created_at":"2024-10-23T12:07:24.787Z","updated_at":"2026-03-07T04:01:41.040Z","avatar_url":"https://github.com/phi-ag.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Run Playwright\n\n[![Release](https://img.shields.io/github/v/release/phi-ag/run-playwright?style=for-the-badge)](https://github.com/phi-ag/run-playwright/releases)\n[![Check](https://img.shields.io/github/actions/workflow/status/phi-ag/run-playwright/check.yml?style=for-the-badge\u0026label=check)](https://github.com/phi-ag/run-playwright/actions/workflows/check.yml)\n\nRun [Playwright](https://github.com/microsoft/playwright) container action\n\n## Usage\n\n```yaml\nsteps:\n  - name: Run Playwright\n    uses: phi-ag/run-playwright@v1\n    env:\n      BASE_URL: https://example.com\n    with:\n      options: -v ${STORE_PATH}:${STORE_PATH}\n      run: |\n        corepack enable\n        corepack prepare --activate\n\n        pnpm config set store-dir ${STORE_PATH}\n        pnpm install --frozen-lockfile\n        pnpm test:e2e\n```\n\nUse a specific version, see [available image tags](https://mcr.microsoft.com/en-us/product/playwright/tags)\n\n```yaml\nsteps:\n  - name: Run Playwright\n    uses: phi-ag/run-playwright@v1\n    env:\n      BASE_URL: https://example.com\n    with:\n      version: v1.55.0-noble@sha256:b27e719ecbfef153e13fd24e8341736733bf2658b229677eb21ff57ff5d7fb29\n      run: |\n        echo hello world\n```\n\nIf this action doesn't work for you take a look at the [official recommendation](https://github.com/microsoft/playwright-github-action) or use something like this\n\n```yaml\nsteps:\n  - name: Run Playwright\n    uses: docker://mcr.microsoft.com/playwright:v1.47.2\n    with:\n      args: ./e2e/run.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphi-ag%2Frun-playwright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphi-ag%2Frun-playwright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphi-ag%2Frun-playwright/lists"}