{"id":17545942,"url":"https://github.com/charlyautomatiza/starter-cypress","last_synced_at":"2025-04-24T00:06:48.836Z","repository":{"id":38297842,"uuid":"463314237","full_name":"charlyautomatiza/starter-cypress","owner":"charlyautomatiza","description":"Creamos en vivo un starter project para Web Test Automation basado en Cypress - Javascript","archived":false,"fork":false,"pushed_at":"2022-06-07T19:42:06.000Z","size":76,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T00:06:42.649Z","etag":null,"topics":["cypress","cypress-example","cypress-tests","javascript"],"latest_commit_sha":null,"homepage":"https://linktr.ee/charlyautomatiza","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charlyautomatiza.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}},"created_at":"2022-02-24T21:59:04.000Z","updated_at":"2023-09-14T12:35:11.000Z","dependencies_parsed_at":"2022-09-08T07:10:50.298Z","dependency_job_id":null,"html_url":"https://github.com/charlyautomatiza/starter-cypress","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlyautomatiza%2Fstarter-cypress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlyautomatiza%2Fstarter-cypress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlyautomatiza%2Fstarter-cypress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlyautomatiza%2Fstarter-cypress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlyautomatiza","download_url":"https://codeload.github.com/charlyautomatiza/starter-cypress/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535103,"owners_count":21446508,"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","cypress-example","cypress-tests","javascript"],"created_at":"2024-10-21T01:25:29.074Z","updated_at":"2025-04-24T00:06:48.810Z","avatar_url":"https://github.com/charlyautomatiza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.twitch.tv/charlyautomatiza\"\u003e\u003cimg alt=\"Twitch\" src=\"https://img.shields.io/badge/CharlyAutomatiza-Twitch-9146FF.svg\" style=\"max-height: 300px;\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.gg/wwM9GwxmRZ\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/944608800361570315\" style=\"max-height: 300px;\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://twitter.com/char_automatiza\"\u003e\u003cimg src=\"https://img.shields.io/badge/@char__automatiza-Twitter-1DA1F2.svg?style=flat\" style=\"max-height: 300px;\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/channel/UCwEb6xrQtQCEuN_gNgi_Xfg?sub_confirmation=1\"\u003e\u003cimg src=\"https://img.shields.io/badge/Charly%20Automatiza-Youtube-FF0000.svg\" style=\"max-height: 300px;\" style=\"max-height: 300px;\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.linkedin.com/in/gautocarlos/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Carlos%20 Gauto-LinkedIn-0077B5.svg\" style=\"max-height: 300px;\" style=\"max-height: 300px;\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# [![Cypress](https://cloud.githubusercontent.com/assets/1268976/20607953/d7ae489c-b24a-11e6-9cc4-91c6c74c5e88.png)](https://www.cypress.io)\n\n## Starter project creado en vivo en [stream de Twitch](https://www.twitch.tv/charlyautomatiza) basado en [Cypress](https://www.cypress.io), [JavaScript](https://developer.mozilla.org/es/docs/Web/JavaScript) y [Node.js](https://nodejs.org/en/)\n\n### Requerimientos generales\n\n- Instalar [Node.js](https://nodejs.org/es/download/).\n- Instalar algún cliente git como por ejemplo [git bash](https://git-scm.com/downloads).\n- Tener instalada alguna versión de Chrome, Firefox o Edge.\n\n### Instalación del framework de pruebas\n\n#### **Clonar el repositorio:**\n\n```bash\ngit clone https://github.com/charlyautomatiza/starter-cypress.git\n```\n\n#### **Instalar las dependencias.**\n\n```bash\nnpm install\n```\n\n#### **Para abrir el Test Runner**\n\n```bash\nnpm run cypress:open\n```\n\n#### **Para la ejecución de los test en Chrome Headless**\n\n```bash\nnpm run cypress:run:chrome\n```\n\n#### **Para la ejecución de los test en Chrome Headed**\n\n```bash\nnpm run cypress:run:headed\n```\n\n#### **Para la ejecución de los test en Firefox Headless**\n\n```bash\nnpm run cypress:run:ff\n```\n\n#### **Para actualizar la base de datos local de browsers**\n\n```bash\nnpx browserslist@latest --update-db\n```\n\nEl comando anterior hay que ejecutarlo periódicamente. Para mayor información consultar la documentación oficial [Browserslist](https://github.com/browserslist/browserslist#browsers-data-updating).\n\n### Web de ejemplo\n\nUtilizamos como ejemplo para realizar pruebas con el framework la siguiente [web pública](https://the-internet.herokuapp.com/login).\n\n### Créditos\n\n[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlyautomatiza%2Fstarter-cypress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlyautomatiza%2Fstarter-cypress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlyautomatiza%2Fstarter-cypress/lists"}