{"id":29961410,"url":"https://github.com/beemi/puppeteer-headful","last_synced_at":"2025-08-03T23:10:55.193Z","repository":{"id":48589405,"uuid":"387426406","full_name":"beemi/puppeteer-headful","owner":"beemi","description":"Puppeteer Headful Docker Image \u0026 GitHub Action container","archived":false,"fork":false,"pushed_at":"2023-01-31T06:07:26.000Z","size":36,"stargazers_count":11,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T06:20:34.837Z","etag":null,"topics":["continuous-integration","docker","github-actions","puppeteer"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beemi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-07-19T10:32:40.000Z","updated_at":"2025-05-10T18:29:13.000Z","dependencies_parsed_at":"2023-02-16T16:32:54.745Z","dependency_job_id":null,"html_url":"https://github.com/beemi/puppeteer-headful","commit_stats":{"total_commits":69,"total_committers":4,"mean_commits":17.25,"dds":0.07246376811594202,"last_synced_commit":"0eca5967d26611a453548d816342411e3a12a1f3"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/beemi/puppeteer-headful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beemi%2Fpuppeteer-headful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beemi%2Fpuppeteer-headful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beemi%2Fpuppeteer-headful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beemi%2Fpuppeteer-headful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beemi","download_url":"https://codeload.github.com/beemi/puppeteer-headful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beemi%2Fpuppeteer-headful/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268625009,"owners_count":24280188,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["continuous-integration","docker","github-actions","puppeteer"],"created_at":"2025-08-03T23:10:44.188Z","updated_at":"2025-08-03T23:10:55.178Z","avatar_url":"https://github.com/beemi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ca href=\"https://developers.google.com/web/tools/puppeteer\"\u003e\n    \u003cimg src=\"https://developers.google.com/web/tools/images/puppeteer.png?w=250\" alt=\"Aimeos logo\" title=\"Aimeos\" align=\"right\" height=\"100\" /\u003e\n\u003c/a\u003e\n\n# Puppeteer Headful GitHub Action Container\n\nThis repository contains the [puppeteer](https://developers.google.com/web/tools/puppeteer) Headful docker image, Container is available to [GitHub Actions](https://github.com/marketplace/actions/puppeteer-headful-github-action).\n\n## Usage\n```\non:\n  pull_request:\n    branches:\n      - dev\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n      - name: Build project\n        uses: actions/setup-node@v1\n        env:\n          PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'\n        with:\n          args: install\n     - name: Smoke tests\n        uses: beemi/puppeteer-headful@master\n        env:\n          CI: 'true'\n          DISPLAY: :99\n        with:\n          args: npm test   \n\n```\n\n\n\n\nPuppeteer Browser launch configuration.\n\n```\nbrowser = await puppeteer.launch({\n  args: ['--no-sandbox','--disable-setuid-sandbox','--font-render-hinting=none'],\n  executablePath: process.env.PUPPETEER_EXEC_PATH, // set by docker container\n  headless: false,\n  ...\n});\n\n```\n# contact\n[beemi.raja@gmail.com](beemi.raja@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeemi%2Fpuppeteer-headful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeemi%2Fpuppeteer-headful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeemi%2Fpuppeteer-headful/lists"}