{"id":27398131,"url":"https://github.com/cscheffauer/playwright-kata","last_synced_at":"2025-10-28T22:48:25.250Z","repository":{"id":287605693,"uuid":"953586041","full_name":"cscheffauer/playwright-kata","owner":"cscheffauer","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-12T16:15:52.000Z","size":1931,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T22:48:24.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cscheffauer.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-23T17:44:13.000Z","updated_at":"2025-06-18T06:36:28.000Z","dependencies_parsed_at":"2025-04-13T08:45:31.557Z","dependency_job_id":null,"html_url":"https://github.com/cscheffauer/playwright-kata","commit_stats":null,"previous_names":["cscheffauer/playwright-kata"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cscheffauer/playwright-kata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cscheffauer%2Fplaywright-kata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cscheffauer%2Fplaywright-kata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cscheffauer%2Fplaywright-kata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cscheffauer%2Fplaywright-kata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cscheffauer","download_url":"https://codeload.github.com/cscheffauer/playwright-kata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cscheffauer%2Fplaywright-kata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281527387,"owners_count":26516845,"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-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2025-04-14T01:29:26.316Z","updated_at":"2025-10-28T22:48:25.244Z","avatar_url":"https://github.com/cscheffauer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playwright Kata\n\n## Setup guide\n\n- Install [Git](https://git-scm.com/downloads)\n- Install [Node.js](https://nodejs.org/en/download/) (v20.15.1)\n- Install [Yarn](https://yarnpkg.com/getting-started/install)\n- Clone this repository (see instructions on top)\n- Run `yarn` in terminal, at the root of repository\n- Run `npx playwright install` in terminal to download all necessary browsers for testing\n(in case of failure try running `npx playwright install --with-deps`)\n\n## Verify you are ready for the Kata\n\n- Run `yarn test` in terminal\n- Verify that tests are running and the following result is showing up: `8 passed and 8 skipped`\n- In case these results are not showing up / something is wrong, please open a Github issue.\n\n## Instructions (during the Kata)\n\nOnce in the Kata, follow the instructions [here](https://github.com/cscheffauer/playwright-kata/blob/main/INSTRUCTIONS.md).\n\n## Background\n\nIn this repository [fixtures](https://playwright.dev/docs/test-fixtures) and [Page Object Models](https://playwright.dev/docs/pom) are used for abstraction.\n\n- The `mainPage` fixture does automatically navigate to the provided `baseURL` (can be set in test.use) before the actual test code.\n- The `mainPage` fixture does automatically close the tab after the test code has been executed.\n- To access [page](https://playwright.dev/docs/api/class-page), use `mainPage.page` (mainPage is passed into the test as a argument)\n- Accessibility and visual regression utils are in the corresponding Page object models, which can be accessed through `mainPage.accessibility` or `mainPage.visualRegression`\n- [@axe-core/playwright](https://playwright.dev/docs/accessibility-testing) is used to scan the page on accessibility issues.\n- Visual regression snapshots are automatically generated for LTR, RTL direction and High Contrast mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcscheffauer%2Fplaywright-kata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcscheffauer%2Fplaywright-kata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcscheffauer%2Fplaywright-kata/lists"}