{"id":15011410,"url":"https://github.com/fabianmolinab/playwright-bun-template","last_synced_at":"2026-02-27T09:02:22.313Z","repository":{"id":220262275,"uuid":"751179313","full_name":"fabianmolinab/playwright-bun-template","owner":"fabianmolinab","description":"🚀 Playwright Template with Bun.js is a toolkit for easy end-to-end (E2E) testing of web applications. Powered by Bun.js, it's up to 50% faster than Node, and Playwright provides robust testing features.","archived":false,"fork":false,"pushed_at":"2025-05-08T03:32:10.000Z","size":64,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T15:36:58.325Z","etag":null,"topics":["bunjs","playwright","testing","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabianmolinab.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-02-01T04:48:00.000Z","updated_at":"2025-05-08T03:32:14.000Z","dependencies_parsed_at":"2024-02-10T20:27:58.959Z","dependency_job_id":"a652e878-c854-4909-b8b0-73622373e255","html_url":"https://github.com/fabianmolinab/playwright-bun-template","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.10526315789473684","last_synced_commit":"a1ab426c8b7f53e046005ec8e4e0ab3f21e0f41a"},"previous_names":["fabianmolinab/project-testing-e2e","fabianmolinab/playwright-bun-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/fabianmolinab/playwright-bun-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmolinab%2Fplaywright-bun-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmolinab%2Fplaywright-bun-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmolinab%2Fplaywright-bun-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmolinab%2Fplaywright-bun-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianmolinab","download_url":"https://codeload.github.com/fabianmolinab/playwright-bun-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmolinab%2Fplaywright-bun-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29888800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T08:34:21.514Z","status":"ssl_error","status_checked_at":"2026-02-27T08:32:38.035Z","response_time":57,"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":["bunjs","playwright","testing","typescript"],"created_at":"2024-09-24T19:41:03.620Z","updated_at":"2026-02-27T09:02:22.277Z","avatar_url":"https://github.com/fabianmolinab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Playwright Template with Bun.js\n[Spanish version 🇪🇸](./docs/README_Spanish.md)\n### Features\n\n- Empowered with [Bun.js](https://bun.sh/), allowing up to a 50% faster runtime execution compared to Node.\n- Resilient end-to-end tests with all the features of a framework like Playwright.\n- Formatter, linter, and precommit configured, providing safety in test development along with speed.\n- Entire environment containerized with Docker, ready for execution in pipelines.\n- Type safety and extensibility in test development with TypeScript in its latest versions.\n\n### Tools\n\n- [Bun.js](https://bun.sh/): Fast environment for running JavaScript.\n- [Playwright](https://playwright.dev): Modern end-to-end testing framework for various programming languages.\n- [Biome.js](https://biomejs.dev): Fast and easy-to-configure linter and formatter.\n\n### Installation\n\nTo get started with **Playwright Template with Bun.js**, follow these steps:\n\n1. **Install bun.js Locally:**\n\n   ```bash\n   curl -fsSL https://bun.sh/install | bash\n   ```\n\n2. **Install Project Dependencies:**\n\n   ```bash\n   bun install\n   ```\n\n3. **Install Playwright Navigation Tools:**\n\n   ```bash\n   bun run pw:install\n   ```\n\n### Available Commands\n\n#### Testing Commands:\n\n- `npm run test:plan`: Lists all available test cases.\n- `npm run test:ui`: Runs UI tests.\n- `npm run test:trace`: Shows traces for tests.\n- `npm run test:debug`: Runs tests in debug mode.\n- `npm run test`: Runs tests using the Chromium browser.\n- `npm run test:firefox`: Runs tests using the Firefox browser.\n- `npm run test:edge`: Runs tests using the Edge browser.\n- `npm run test:iphone`: Runs tests emulating an iPhone.\n- `npm run test:ci`: Runs tests in CI mode.\n\n#### Code Formatting and Linting:\n\n- `npm run format`: Formats source code files.\n- `npm run lint`: Performs linting checks and applies fixes.\n\n#### Type Checking:\n\n- `npm run check-types`: Checks TypeScript types.\n\n### Project Structure\n\n- **test/**: Contains the source code files.\n- **tsconfig.json**: TypeScript configuration file.\n- **package.json**: Project metadata and script definitions.\n\n### Dependencies\n\n#### Dev Dependencies:\n\n- **@biomejs/biome**: Testing framework for E2E testing.\n- **@playwright/test**: Testing library for browser automation.\n- **@types/node**: TypeScript definitions for Node.js.\n- **typescript**: TypeScript compiler.\n\n#### Runtime Dependencies:\n\n- **lefthook**: Git hooks manager.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianmolinab%2Fplaywright-bun-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianmolinab%2Fplaywright-bun-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianmolinab%2Fplaywright-bun-template/lists"}