{"id":18782661,"url":"https://github.com/pinguet62/cypress-typescript-pageobject","last_synced_at":"2025-04-13T12:08:19.356Z","repository":{"id":40932288,"uuid":"223400690","full_name":"pinguet62/cypress-typescript-pageobject","owner":"pinguet62","description":"Template for Cypress + TypeScript + Page-Object pattern","archived":false,"fork":false,"pushed_at":"2023-03-04T05:15:22.000Z","size":975,"stargazers_count":5,"open_issues_count":6,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T12:08:13.212Z","etag":null,"topics":["cypress","pageobject-pattern","testing","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/pinguet62.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":"2019-11-22T12:41:26.000Z","updated_at":"2023-10-06T08:30:46.000Z","dependencies_parsed_at":"2024-11-07T20:39:04.420Z","dependency_job_id":"618f49d0-a2f8-450f-a497-d26086a50bb8","html_url":"https://github.com/pinguet62/cypress-typescript-pageobject","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/pinguet62%2Fcypress-typescript-pageobject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinguet62%2Fcypress-typescript-pageobject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinguet62%2Fcypress-typescript-pageobject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinguet62%2Fcypress-typescript-pageobject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinguet62","download_url":"https://codeload.github.com/pinguet62/cypress-typescript-pageobject/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710432,"owners_count":21149190,"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":["cypress","pageobject-pattern","testing","typescript"],"created_at":"2024-11-07T20:36:45.640Z","updated_at":"2025-04-13T12:08:19.330Z","avatar_url":"https://github.com/pinguet62.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cypress/TypeScript/PageObject template for *e2e testing*\n\n[![GitHub Actions](https://github.com/pinguet62/cypress-typescript-pageobject/workflows/CI/badge.svg?branch=main)](https://github.com/pinguet62/cypress-typescript-pageobject/actions?query=workflow%3ACI+branch%3Amain)\n\n:memo: [Docoumentation](./doc)\n\nSample:\n```typescript\nopenApp()\n    .withLoginLink(link =\u003e expect(link.text().trim()).to.equal(\"Sign in\"))\n    .fillSearch(\"Pinguet62{enter}\")\n    .clickOnMenuUsers()\n    .withUsers(users =\u003e expect(users.length).to.be.at.least(1))\n    .clickOnUser(0)\n    .clickOnRepositoriesTab()\n    .fillSearch(\"cypress-typescript-pageobject\")\n    .withRepositories(repositories =\u003e expect(repositories.length).to.equal(1))\n    .clickOnRepository(0);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinguet62%2Fcypress-typescript-pageobject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinguet62%2Fcypress-typescript-pageobject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinguet62%2Fcypress-typescript-pageobject/lists"}