{"id":16815611,"url":"https://github.com/ericzon/playwright-walkthrough","last_synced_at":"2025-09-07T00:36:34.225Z","repository":{"id":146721337,"uuid":"583863551","full_name":"ericzon/playwright-walkthrough","owner":"ericzon","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-31T07:59:58.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T22:17:45.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ericzon.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":"2022-12-31T07:59:27.000Z","updated_at":"2022-12-31T08:00:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d18b92ab-2140-49ba-8065-0115e5fd1c25","html_url":"https://github.com/ericzon/playwright-walkthrough","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/ericzon%2Fplaywright-walkthrough","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fplaywright-walkthrough/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fplaywright-walkthrough/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fplaywright-walkthrough/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericzon","download_url":"https://codeload.github.com/ericzon/playwright-walkthrough/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244033097,"owners_count":20386872,"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":[],"created_at":"2024-10-13T10:34:58.794Z","updated_at":"2025-03-17T12:28:46.812Z","avatar_url":"https://github.com/ericzon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro\nJust a quick walkthrough to start using Playwright. I was made for me but glad if it was also useful for you.\n\n\n## How to begin\n\nRun this command in your empty project folder and follow the steps:\n```\nnpm init playwright@latest\n```\n\n\n### Output message after install\n\nInside that directory, you can run several commands:\n```\nnpx playwright test\n```\nRuns the end-to-end tests.\n\n```\nnpx playwright test --project=chromium\n```\nRuns the tests only on Desktop Chrome.\n\n```\nnpx playwright test example\n```\nRuns the tests in a specific file.\n```\nnpx playwright test --debug\n```\nRuns the tests in debug mode.\n```\nnpx playwright codegen\n```\nAuto generate tests with Codegen.\n\nWe suggest that you begin by typing:\n```\nnpx playwright test\n```\nAnd check out the following files:\n  - ./tests/example.spec.js - Example end-to-end test\n  - ./tests-examples/demo-todo-app.spec.js - Demo Todo App end-to-end tests\n  - ./playwright.config.js - Playwright Test configuration\n\nVisit https://playwright.dev/docs/intro for more information\n\n## How to start debugging\n\nTo open a browser during the tests \u0026 see the real-time execution:\n```\nexport PWDEBUG=console\n```\nTo open Playwrigth Inspector:\n```js\nawait page.pause();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericzon%2Fplaywright-walkthrough","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericzon%2Fplaywright-walkthrough","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericzon%2Fplaywright-walkthrough/lists"}