{"id":22825646,"url":"https://github.com/wlsf82/testes-e2e-com-cypress-tat-v2","last_synced_at":"2025-04-23T08:13:43.108Z","repository":{"id":177727218,"uuid":"638595086","full_name":"wlsf82/testes-e2e-com-cypress-tat-v2","owner":"wlsf82","description":"Sample project to demonstrate e2e tests written with Cypress running on GitHub Actions.","archived":false,"fork":false,"pushed_at":"2023-08-03T19:29:46.000Z","size":299,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T08:13:37.534Z","etag":null,"topics":["curso-de-cypress","escola-talking-about-testing","testes-e2e-com-cypress"],"latest_commit_sha":null,"homepage":"https://github.com/wlsf82/testes-e2e-com-cypress-v2","language":"JavaScript","has_issues":false,"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/wlsf82.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":"2023-05-09T17:25:43.000Z","updated_at":"2025-04-20T17:41:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"221fc210-b643-44ab-9b60-91587aa71377","html_url":"https://github.com/wlsf82/testes-e2e-com-cypress-tat-v2","commit_stats":null,"previous_names":["wlsf82/testes-e2e-com-cypress-tat-v2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlsf82%2Ftestes-e2e-com-cypress-tat-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlsf82%2Ftestes-e2e-com-cypress-tat-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlsf82%2Ftestes-e2e-com-cypress-tat-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlsf82%2Ftestes-e2e-com-cypress-tat-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wlsf82","download_url":"https://codeload.github.com/wlsf82/testes-e2e-com-cypress-tat-v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250395285,"owners_count":21423400,"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":["curso-de-cypress","escola-talking-about-testing","testes-e2e-com-cypress"],"created_at":"2024-12-12T17:11:42.024Z","updated_at":"2025-04-23T08:13:43.103Z","avatar_url":"https://github.com/wlsf82.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# End-to-end Testing with Cypress\n\nSample project to demonstrate end-to-end (e2e) tests written with [Cypress](https://cypress.io) running on GitHub Actions.\n\n## Pre-requirements\n\nTo clone and run this project, you will need:\n\n- [git](https://git-scm.com/downloads) (I've used version `2.34.1` while writing this doc)\n- [Node.js](https://nodejs.org/en/) (I've used version `v18.15.0` while writing this doc)\n- npm (I've used version `9.5.0` while writing this doc)\n\n**Note:** When installing Node.js, npm is automatically installed. 🚀\n\n## Installation\n\nTo install the dev dependencies, run `npm install` (or `npm i` for short.)\n\n## Configuring the environment variables\n\nBefore running the tests, some environment variables need to be set up.\n\nMake a copy of the [`cypress.env.example.json`](./cypress.env.example.json) file as `cypress.env.json`, and set the appropriate values for all the variables.\n\n**Note:** The `cypress.env.json` file is not tracked by git since it's listed in the `.gitignore` file.\n\n## Running the tests\n\nIn this project, you can run tests in interactive and headless modes, both on desktop and tablet viewports.\n\n### Headless mode\n\nRun `npm test` (or `npm t` for short) to run all tests in headless mode using a desktop viewport.\n\nRun `npm run test:tablet` to run the appropriate tests in headless mode using a tablet viewport.\n\n### Interactive mode\n\nRun `npm run cy:open` to open the Cypress App to run tests in interactive mode using a desktop viewport.\n\nRun `npm run cy:open:tablet` to open the Cypress App to run tests in interactive mode using a tablet viewport.\n\n___\n\nMade with ❤️ by [Walmyr](https://walmyr.dev).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlsf82%2Ftestes-e2e-com-cypress-tat-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwlsf82%2Ftestes-e2e-com-cypress-tat-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlsf82%2Ftestes-e2e-com-cypress-tat-v2/lists"}