{"id":21391440,"url":"https://github.com/isabelamoraes/yugioh-e2e","last_synced_at":"2026-04-13T08:32:20.521Z","repository":{"id":123312986,"uuid":"597406808","full_name":"isabelamoraes/yugioh-e2e","owner":"isabelamoraes","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-10T23:29:42.000Z","size":17425,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T13:27:05.758Z","etag":null,"topics":["cypress","detox","e2e","moti","react-native","reactjs","styled-components","test","yugioh-api"],"latest_commit_sha":null,"homepage":"","language":"Java","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/isabelamoraes.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":"2023-02-04T13:04:12.000Z","updated_at":"2024-12-29T22:37:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec730ddd-b959-49f8-b9cd-b6f31b978876","html_url":"https://github.com/isabelamoraes/yugioh-e2e","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isabelamoraes/yugioh-e2e","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isabelamoraes%2Fyugioh-e2e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isabelamoraes%2Fyugioh-e2e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isabelamoraes%2Fyugioh-e2e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isabelamoraes%2Fyugioh-e2e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isabelamoraes","download_url":"https://codeload.github.com/isabelamoraes/yugioh-e2e/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isabelamoraes%2Fyugioh-e2e/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"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":["cypress","detox","e2e","moti","react-native","reactjs","styled-components","test","yugioh-api"],"created_at":"2024-11-22T13:32:58.383Z","updated_at":"2026-04-13T08:32:20.505Z","avatar_url":"https://github.com/isabelamoraes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e\n  Yu-Gi-Oh!\n\u003c/h2\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Discover the cards available in your pack\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Web Application Demo\" src=\"https://github.com/isabelamoraes/yugioh-e2e/blob/main/demo/web.gif?raw=true\" width=\"70%\"\u003e\n  \u003cimg alt=\"Mobile Application Demo\" src=\"https://github.com/isabelamoraes/yugioh-e2e/blob/main/demo/mobile.gif?raw=true\" width=\"23%\"\u003e\n\u003c/p\u003e\n\n## 📁 Project\n\nThis project was developed to explore the implementation of E2E automated tests in web and mobile applications through the Cypress and Detox libraries, respectively. \n\n## 🔗 Yu-Gi-Oh! API\n\nThe data used in this application to generate the pack's cards are obtained through the [Yu-Gi-Oh! API](https://ygoprodeck.com/api-guide/).\n\n## 📃 Getting Started\n\nTo clone and run this application, place from your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/isabelamoraes/yugioh-e2e.git\n\n# Install dependencies\n$ yarn\n\n# Run the web application\n$ yarn run:web\n\n# Start the mobile application\n$ yarn run:mobile\n\n# Run the mobile application (Android)\n$ yarn run:android\n\n```\n\n## 💻 Cypress\n\nThe [Cypress](https://www.cypress.io/) was used to create E2E tests for web application as shown in the following image:\n\n\u003cimg alt=\"Run e2e tests with Cypress\" src=\"https://github.com/isabelamoraes/yugioh-e2e/blob/main/demo/cypress.gif?raw=true\" width=\"100%\"\u003e\n\nTo run the tests, **first run the web application** and next place from your command line:\n\n```bash\n# Go into the e2e repository\n$ cd e2e\n\n# Install dependencies\n$ npm install\n\n# Open Cypress interface and run the tests\n$ npm run test:open\n\n# Run the tests (headless mode)\n$ npm run test:run\n\n# Run the tests and generate a custom report with Mochawesome\n$ npm run test:mochawesome\n\n```\n\n## 📱 Detox\n\nThe [Detox](https://wix.github.io/Detox/) was used to create E2E tests for mobile application as shown in the following image:\n\n\u003cimg alt=\"Run e2e tests with Detox\" src=\"https://github.com/isabelamoraes/yugioh-e2e/blob/main/demo/detox.gif?raw=true\" width=\"100%\"\u003e\n\nTo run the tests, place from your command line:\n\n```bash\n# Start the mobile application\n$ yarn run:mobile\n\n# Run the test\n$ yarn run:detox\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisabelamoraes%2Fyugioh-e2e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisabelamoraes%2Fyugioh-e2e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisabelamoraes%2Fyugioh-e2e/lists"}