{"id":18191417,"url":"https://github.com/bgotink/ngx-playwright","last_synced_at":"2025-05-06T23:46:07.589Z","repository":{"id":42444495,"uuid":"351256466","full_name":"bgotink/ngx-playwright","owner":"bgotink","description":"Tools to run playwright e2e tests in an angular workspace","archived":false,"fork":false,"pushed_at":"2025-02-03T19:05:09.000Z","size":740331,"stargazers_count":25,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-06T08:49:48.164Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgotink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-03-24T23:58:19.000Z","updated_at":"2025-04-29T06:49:20.000Z","dependencies_parsed_at":"2024-11-24T14:35:53.942Z","dependency_job_id":null,"html_url":"https://github.com/bgotink/ngx-playwright","commit_stats":{"total_commits":128,"total_committers":2,"mean_commits":64.0,"dds":0.015625,"last_synced_commit":"8865793f00ab01d64b558e5f7c4ccf8e39831421"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgotink%2Fngx-playwright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgotink%2Fngx-playwright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgotink%2Fngx-playwright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgotink%2Fngx-playwright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgotink","download_url":"https://codeload.github.com/bgotink/ngx-playwright/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252654265,"owners_count":21783363,"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-11-03T06:00:50.156Z","updated_at":"2025-05-06T23:46:07.571Z","avatar_url":"https://github.com/bgotink.png","language":"JavaScript","readme":"# @ngx-playwright\n\nUtilities for using playwright to test angular applications.\n\nThis repository contains multiple packages in the `packages/` folder. Every package has its own README detailing what it does and how to use it.\n\n## Development\n\nThis repository is set up using [yarn 3](https://yarnpkg.com) and [snuggery](https://github.com/snuggery/snuggery).\n\nTo install dependencies, run the following command:\n\n```bash\nyarn\n```\n\nTo build a package, run this in the folder of the package, or run it in the repository root folder to build all packages:\n\n```bash\nyarn build\n# or\nyarn sn build\n# or, if you have @snuggery/global installed globally\nsn build\n```\n\nAlternatively, you could use the `@angular/cli` by passing the project to build:\n\n```bash\nyarn ng build @ngx-playwright/test\n# or to build all projects\nyarn ng build all\n```\n\nThe package will be built in `\u003cpackage folder\u003e/dist`, e.g. `packages/test/dist`. You can test your build by referring to that folder in a package.json, e.g.\n\n```json\n// in dependencies, or via resolutions\n{\n\t\"@ngx-playwright/test\": \"file:///path/to/ngx-playwright/packages/test/dist\"\n}\n```\n\nTo run the integration tests, run\n\n```bash\nyarn test\n# or\nyarn sn test\n# or, if you have @snuggery/global installed globally\nsn test\n# or, using the @angular/cli\nyarn ng test\n```\n\nBefore opening a pull request, mark the packages that need to be released afterwards using\n\n```bash\nyarn version check --interactive\n```\n\nTo publish, run\n\n```bash\nyarn sn deploy\n# or, if @snuggery/global is installed globally\nsn deploy\n# or, using the @angular/cli\nyarn ng deploy\n```\n\n## License\n\nSee [LICENSE.md](./LICENSE.md)\n","funding_links":[],"categories":["Testing"],"sub_categories":["E2E"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgotink%2Fngx-playwright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgotink%2Fngx-playwright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgotink%2Fngx-playwright/lists"}