{"id":20739873,"url":"https://github.com/ecureuill/starbugs-cypress","last_synced_at":"2026-04-19T18:33:58.183Z","repository":{"id":226449297,"uuid":"768717019","full_name":"ecureuill/starbugs-cypress","owner":"ecureuill","description":"E2E test with Cypress. Allure Reports are deployed in gh pages","archived":false,"fork":false,"pushed_at":"2024-03-07T22:18:19.000Z","size":1510,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T11:53:25.039Z","etag":null,"topics":["allure-report","cypress","cypress-io","e2e","testing-automation"],"latest_commit_sha":null,"homepage":"https://ecureuill.github.io/starbugs-cypress/","language":"JavaScript","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/ecureuill.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":"2024-03-07T15:51:16.000Z","updated_at":"2024-03-07T22:20:14.000Z","dependencies_parsed_at":"2024-03-07T17:08:33.954Z","dependency_job_id":"e7a26515-bbd0-4ebd-98b0-b0845a4db917","html_url":"https://github.com/ecureuill/starbugs-cypress","commit_stats":null,"previous_names":["ecureuill/starbugs-cypress"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecureuill/starbugs-cypress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecureuill%2Fstarbugs-cypress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecureuill%2Fstarbugs-cypress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecureuill%2Fstarbugs-cypress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecureuill%2Fstarbugs-cypress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecureuill","download_url":"https://codeload.github.com/ecureuill/starbugs-cypress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecureuill%2Fstarbugs-cypress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32018084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["allure-report","cypress","cypress-io","e2e","testing-automation"],"created_at":"2024-11-17T06:26:29.462Z","updated_at":"2026-04-19T18:33:58.152Z","avatar_url":"https://github.com/ecureuill.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starbugs Coffee e2e with Cypress\n\nThis project is an initial study on how to perform end-to-end (E2E) testing using Cypress Framework.\n\n## Reporting\n\n- **Junit**: Cypress generates JUnit XML test reports. These reports can be used to integrate with various third-party tools and services for further analysis and visualization.\n- **Allure**: This project leverages the [cypress-allure-plugin](https://github.com/shelex/cypress-allure-plugin). This plugin integrates the Allure reporting framework with Cypress, providing a more comprehensive and interactive reporting experience.\n\n### Viewing Reports\n\nThe workflow is configured to deploy **Allure reports** to the [GitHub Project's Pages](https://ecureuill.github.io/starbugs-cypress).\n\nThe workflow also includes an action that processes the JUnit XML test reports generated during the test run and displays the results as a check with a summary and annotations. \n\nNavigate to the project's GitHub page and access the \"Actions\" tab. Open the latest **Cypress Test** workflow executed.\n\n![Github workflow action](.github/img/report.png)\n\n\n## Evidences\n\n- **Screenshots**: Cypress will automatically capture screenshots when a failure happens\n- **Video recording**: Cypress records a video for each spec file when running tests during cypress\n\n\n\n## Running locally\n\nTo run tests locally, you will need the following \n- nodejs installed\n- cypress installed\n\n### Steps\n\n1. Clone this repository\n1. Navigate to the project directory\n1. Install the project dependencies\n    ```bash\n    npm install\n    ```\n1. Run tests from  cypress from CLI\n    ```bash\n    npx cypress run\n    ```\n1. Alternatively, open Interactive Cypress UI for detailed test execution and debugging\n    ```bash\n    npx cypress open\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecureuill%2Fstarbugs-cypress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecureuill%2Fstarbugs-cypress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecureuill%2Fstarbugs-cypress/lists"}