{"id":18068469,"url":"https://github.com/vdsabev/cypress-cucumber-typescript-starter","last_synced_at":"2026-04-24T16:32:48.061Z","repository":{"id":148476752,"uuid":"318758761","full_name":"vdsabev/cypress-cucumber-typescript-starter","owner":"vdsabev","description":"A structured template for using Cypress with Cucumber and TypeScript.","archived":false,"fork":false,"pushed_at":"2020-12-08T20:39:55.000Z","size":122,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T12:45:46.216Z","etag":null,"topics":["cucumber","cypress","testing-automation","testing-framework","typescript"],"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/vdsabev.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}},"created_at":"2020-12-05T10:23:35.000Z","updated_at":"2022-02-04T17:37:10.000Z","dependencies_parsed_at":"2023-05-02T00:55:16.215Z","dependency_job_id":null,"html_url":"https://github.com/vdsabev/cypress-cucumber-typescript-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdsabev%2Fcypress-cucumber-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdsabev%2Fcypress-cucumber-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdsabev%2Fcypress-cucumber-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdsabev%2Fcypress-cucumber-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vdsabev","download_url":"https://codeload.github.com/vdsabev/cypress-cucumber-typescript-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361699,"owners_count":20926643,"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":["cucumber","cypress","testing-automation","testing-framework","typescript"],"created_at":"2024-10-31T08:06:47.738Z","updated_at":"2026-04-24T16:32:46.891Z","avatar_url":"https://github.com/vdsabev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cypress + Cucumber + Typescript Starter\nA structured template for using Cypress with Cucumber and TypeScript.\n\n## Setup\nInstall Node.js (version LTS recommended) from https://nodejs.org\n\nThen run the following command in the root folder:\n```sh\nnpm install\n```\n\n## Commands\nAfter the packages install successfully we can run any of the following commands.\n\n### `npm start`\nOpens the Cypress UI. Used to execute individual feature files or inspect the browser.\n\n### `npm test`\nRuns all tests in the console. Used in CI or to quickly execute all feature files.\n\n## Folder structure\n- `cypress`\n  - `integration`\n    - `common` - contains functionality used by all features; feel free to add more step definitions, before / after hooks, or common modules to import in other tests\n    - `Amazon` - a more complex and structured example using multiple pages, inheritance, access modifiers, and extracted element classes\n    - `DuckDuckGo` - an example of the simplified object-based API - no classes or access modifiers necessary, just specify the page configuration options and write element selectors\n  - `support` - utility functions and classes for creating pages, controlling the browser, and selecting DOM elements\n    - `customParameterTypes` - defines custom parameter types like `{ordinal}`. **Only import once per feature!** Can't be used in `common` because those step definitions get imported after every feature's step definitions and so will produce a conflict.\n\n## Resources\n- Cypress API documentation: https://docs.cypress.io/api\n- Writing Cucumber expressions: https://cucumber.io/docs/cucumber/cucumber-expressions\n- Configuration options: https://github.com/TheBrainFamily/cypress-cucumber-preprocessor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdsabev%2Fcypress-cucumber-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvdsabev%2Fcypress-cucumber-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdsabev%2Fcypress-cucumber-typescript-starter/lists"}