{"id":22837960,"url":"https://github.com/adaskothebeast/angular-gherkin-testcafe-builder","last_synced_at":"2025-07-21T00:32:49.259Z","repository":{"id":45231036,"uuid":"289450874","full_name":"AdaskoTheBeAsT/angular-gherkin-testcafe-builder","owner":"AdaskoTheBeAsT","description":"A custom Angular builder for Gherkin TestCafe. Serves the Angular application, and then runs the Gherkin TestCafe tests.","archived":false,"fork":false,"pushed_at":"2025-01-05T16:52:54.000Z","size":7058,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T04:12:08.974Z","etag":null,"topics":["angular","gherkin","testcafe"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AdaskoTheBeAsT.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}},"created_at":"2020-08-22T08:33:31.000Z","updated_at":"2025-01-05T16:52:44.000Z","dependencies_parsed_at":"2024-12-12T23:27:44.943Z","dependency_job_id":"54bbeea7-6b21-42e0-9a57-0e2da6cb57a0","html_url":"https://github.com/AdaskoTheBeAsT/angular-gherkin-testcafe-builder","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":0.3157894736842105,"last_synced_commit":"e2067bc4d33f866d33c3adabb37ba50106cbce76"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/AdaskoTheBeAsT/angular-gherkin-testcafe-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaskoTheBeAsT%2Fangular-gherkin-testcafe-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaskoTheBeAsT%2Fangular-gherkin-testcafe-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaskoTheBeAsT%2Fangular-gherkin-testcafe-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaskoTheBeAsT%2Fangular-gherkin-testcafe-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdaskoTheBeAsT","download_url":"https://codeload.github.com/AdaskoTheBeAsT/angular-gherkin-testcafe-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaskoTheBeAsT%2Fangular-gherkin-testcafe-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266221328,"owners_count":23894966,"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":["angular","gherkin","testcafe"],"created_at":"2024-12-12T23:23:42.804Z","updated_at":"2025-07-21T00:32:49.243Z","avatar_url":"https://github.com/AdaskoTheBeAsT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-gherkin-testcafe-builder\n\nA custom Angular builder for [Gherkin TestCafe](https://github.com/kiwigrid/gherkin-testcafe). Serves the Angular application, and then runs the Gherkin TestCafe tests.\n\n## Todo\n\n- publishing to npm\n- sample project\n\n## Install\n\n### NPM\n\n```bash\n$ npm install --save-dev @adaskothebeast/angular-gherkin-testcafe-builder\n```\n\n### YARN\n\n```bash\n$ yarn add -D @adaskothebeast/angular-gherkin-testcafe-builder\n```\n\n## Use in project.json\n\n```json\n{\n  \"targets\": {\n    \"e2e\": {\n      \"builder\": \"@adaskothebeast/angular-gherkin-testcafe-builder:gherkin-testcafe\",\n      \"options\": {\n        \"browsers\": [\"chrome --no-sandbox\", \"firefox\"],\n        \"src\": [\"e2e/**/*.steps.ts\", \"e2e/**/*.feature\"],\n        \"reporters\": [\n          {\n            \"name\": \"xunit\",\n            \"output\": \"path/to/my/report.xunit.xml\"\n          },\n          {\n            \"name\": \"nunit\",\n            \"output\": \"path/to/my/report.nunit.xml\"\n          },\n          {\n            \"name\": \"html\",\n            \"output\": \"path/to/my/report.html\"\n          },\n          {\n            \"name\": \"spec\"\n          }\n        ]\n      }\n    }\n  }\n}\n```\n\n\u003e NOTE: check [schema.json](packages/angular-gherkin-testcafe-builder/src/lib/schema.json) for a list of all options\n\n## build\n\n```bash\n$ yarn build\n```\n\nThis project is highly influenced by [angular-testcafe](https://github.com/politie/angular-testcafe) - schema and .d.ts files were compared with current implementation of testcafe and gherkin-testcafe - some names and descriptions were adjusted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaskothebeast%2Fangular-gherkin-testcafe-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadaskothebeast%2Fangular-gherkin-testcafe-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaskothebeast%2Fangular-gherkin-testcafe-builder/lists"}