{"id":16539928,"url":"https://github.com/charliewilco/playwright-next-github-actions","last_synced_at":"2026-04-11T15:38:26.563Z","repository":{"id":42368230,"uuid":"324466862","full_name":"charliewilco/playwright-next-github-actions","owner":"charliewilco","description":"reduced test case","archived":false,"fork":false,"pushed_at":"2024-02-19T04:17:47.000Z","size":1732,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T08:50:35.573Z","etag":null,"topics":["e2e-testing","mongodb","nextjs","playwright","testing","typescript"],"latest_commit_sha":null,"homepage":"https://playwright-next.typescript.wtf/","language":"TypeScript","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/charliewilco.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-26T02:25:14.000Z","updated_at":"2023-04-23T09:59:38.000Z","dependencies_parsed_at":"2024-10-11T18:51:13.178Z","dependency_job_id":"25339165-c1e8-4c70-8be7-38515c4d9028","html_url":"https://github.com/charliewilco/playwright-next-github-actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fplaywright-next-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fplaywright-next-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fplaywright-next-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliewilco%2Fplaywright-next-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charliewilco","download_url":"https://codeload.github.com/charliewilco/playwright-next-github-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241774007,"owners_count":20018201,"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":["e2e-testing","mongodb","nextjs","playwright","testing","typescript"],"created_at":"2024-10-11T18:51:07.707Z","updated_at":"2025-12-31T01:03:32.942Z","avatar_url":"https://github.com/charliewilco.png","language":"TypeScript","readme":"# Playwright + Next.js Example\n\n![E2E Testing](https://github.com/charliewilco/puppeteer-next-github-actions/workflows/E2E%20Testing/badge.svg)\n\nThis is a really simple project that shows the usage building an E2E test with [Playwright](https://playwright.dev/).\n\nThis was a reduced test case to see if GitHub Actions could run the E2E tests with the headless browswer; also uses TypeScript and MongoDB.\n\nInstall [MongoDB](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/)\n\n```\nbrew tap mongodb/brew\n```\n\n```\nbrew install mongodb-community\n```\n\nInstall the project dependencies:\n\n```\nnpm install\n```\n\nInstall playwright:\n\n```\nnpx playwright install --with-deps\n```\n\nBuild the project first:\n\n```\nnpm run build\n```\n\n## Notes\n\nTests are meant to be simple, doesn't focus on doing evaluation for assertion but to see if one of the operations catches and fails to continue.\n\n```ts\ntest(\"should find link\", async ({ page }) =\u003e {\n  await page.goto(\"/\");\n\n  await page.click(\"text=About\");\n  await expect(page).toHaveURL(\"/about\");\n  await expect(page.locator(\"h1\")).toContainText(\"About\");\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharliewilco%2Fplaywright-next-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharliewilco%2Fplaywright-next-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharliewilco%2Fplaywright-next-github-actions/lists"}