{"id":15174147,"url":"https://github.com/mehradi-github/ref-bdd","last_synced_at":"2026-01-26T21:13:39.159Z","repository":{"id":248707070,"uuid":"828499198","full_name":"mehradi-github/ref-bdd","owner":"mehradi-github","description":"Unit, Integration, and End-to-End Testing","archived":false,"fork":false,"pushed_at":"2024-08-10T07:50:08.000Z","size":8955,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T22:09:39.346Z","etag":null,"topics":["bdd-tests","cucumber","cypress","e2e-testing","mochawesome"],"latest_commit_sha":null,"homepage":"","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/mehradi-github.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":"2024-07-14T10:41:52.000Z","updated_at":"2024-08-10T07:50:11.000Z","dependencies_parsed_at":"2024-11-08T08:54:57.573Z","dependency_job_id":"a15ee851-a488-4953-b80b-32a212b8f53b","html_url":"https://github.com/mehradi-github/ref-bdd","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"5c039a246b5da5b698162645388e6c4ce04c4b8d"},"previous_names":["mehradi-github/ref-testing","mehradi-github/ref-bdd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mehradi-github/ref-bdd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-bdd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-bdd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-bdd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-bdd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehradi-github","download_url":"https://codeload.github.com/mehradi-github/ref-bdd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-bdd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28788341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:13:08.818Z","status":"ssl_error","status_checked_at":"2026-01-26T21:13:08.448Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bdd-tests","cucumber","cypress","e2e-testing","mochawesome"],"created_at":"2024-09-27T11:40:16.697Z","updated_at":"2026-01-26T21:13:39.138Z","avatar_url":"https://github.com/mehradi-github.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testing via Cypress\n\n- [Testing via Cypress](#testing-via-cypress)\n  - [Cypress](#cypress)\n    - [The reference of used commands](#the-reference-of-used-commands)\n  - [Cucumber](#cucumber)\n    - [Installing extention for Cucumber](#installing-extention-for-cucumber)\n\n## Cypress\n\n[Cypress](https://github.com/mehradi-github/ref-cypress#e2e-testing-with-cypress) is a next generation front end testing tool built for the modern web. We address the key pain points developers and QA engineers face when testing modern applications.\n\n### The reference of used commands\n\n- [typescript support](https://docs.cypress.io/guides/tooling/typescript-support)\n- [mount component](https://docs.cypress.io/api/commands/mount)\n- [visit](https://docs.cypress.io/api/commands/visit)\n- [get](https://docs.cypress.io/api/commands/get)\n- [invoke](https://docs.cypress.io/api/commands/invoke)\n- [its](https://docs.cypress.io/api/commands/its)\n- [origin](https://docs.cypress.io/api/commands/origin)\n- [Catalog of Events](https://docs.cypress.io/api/cypress-api/catalog-of-events)\n- [stub](https://docs.cypress.io/api/commands/stub)\n- [check](https://docs.cypress.io/api/commands/check)\n- [scrollIntoView](https://docs.cypress.io/api/commands/scrollintoview)\n- [Custom Commands](https://docs.cypress.io/api/cypress-api/custom-commands)\n- [trigger](https://docs.cypress.io/api/commands/trigger)\n- [env](https://docs.cypress.io/api/cypress-api/env)\n- [Debugging](https://docs.cypress.io/guides/guides/debugging)\n- [Screenshots and Videos](https://docs.cypress.io/guides/guides/screenshots-and-videos)\n- [viewport](https://docs.cypress.io/api/commands/viewport)\n- [clearCookie](https://docs.cypress.io/api/commands/clearcookie)\n- [clearLocalStorage](https://docs.cypress.io/api/commands/clearlocalstorage)\n- [Reporters](https://docs.cypress.io/guides/tooling/reporters)\n- [test-retries](https://docs.cypress.io/guides/guides/test-retries#Configure-Test-Retries)\n- [plugins](https://docs.cypress.io/plugins)\n- [request](https://docs.cypress.io/api/commands/request)\n- [intercept](https://docs.cypress.io/api/commands/intercept)\n- [fixture](https://docs.cypress.io/api/commands/fixture)\n- [its](https://docs.cypress.io/api/commands/its)\n\nThis is an [example](https://example.cypress.io/) app used to showcase Cypress.io End-to-End (E2E) testing.\n\n## Cucumber\n\n[Cucumber](https://cucumber.io/docs/guides/overview/) is a tool that supports Behaviour-Driven Development([BDD](https://cucumber.io/docs/bdd/)).\n\n### [Installing extention for Cucumber](https://github.com/mehradi-github/ref-cypress#installing-extention-for-cucumber)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-bdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehradi-github%2Fref-bdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-bdd/lists"}