{"id":16117137,"url":"https://github.com/stefruseva88/cross-browser-testing","last_synced_at":"2026-02-18T13:35:31.586Z","repository":{"id":257415227,"uuid":"858173145","full_name":"StefRuseva88/cross-browser-testing","owner":"StefRuseva88","description":"CrossBrowser Tests with Selenium, Selenium Grid, Selenoid","archived":false,"fork":false,"pushed_at":"2024-11-28T17:20:10.000Z","size":2587,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T08:34:42.075Z","etag":null,"topics":["selenium","selenium-grid","selenoid-containers"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"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/StefRuseva88.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":"2024-09-16T12:45:20.000Z","updated_at":"2025-02-20T14:04:56.000Z","dependencies_parsed_at":"2024-09-16T16:15:54.471Z","dependency_job_id":"e673a354-68b7-4824-881e-eff1f0bb44eb","html_url":"https://github.com/StefRuseva88/cross-browser-testing","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"e2f06fc7a4770e12c97809ed5ddd4544cfc1e3f1"},"previous_names":["stefruseva88/cross-br-tests","stefruseva88/cross-browser-testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StefRuseva88/cross-browser-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fcross-browser-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fcross-browser-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fcross-browser-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fcross-browser-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefRuseva88","download_url":"https://codeload.github.com/StefRuseva88/cross-browser-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fcross-browser-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279159479,"owners_count":26116483,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"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":["selenium","selenium-grid","selenoid-containers"],"created_at":"2024-10-09T20:43:12.096Z","updated_at":"2025-10-16T05:24:35.099Z","avatar_url":"https://github.com/StefRuseva88.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrossBrowser Testing with Selenium, Selenium Grid, Selenoid\n[![C#](https://img.shields.io/badge/Made%20with-C%23-239120.svg)](https://learn.microsoft.com/en-us/dotnet/csharp/)\n[![.NET](https://img.shields.io/badge/.NET-5C2D91.svg)](https://dotnet.microsoft.com/)\n[![Google Chrome](https://img.shields.io/badge/tested%20on-Google%20Chrome-4285F4.svg)](https://www.google.com/chrome/)\n[![Mozilla Firefox](https://img.shields.io/badge/tested%20on-Mozilla%20Firefox-FF7139.svg)](https://www.mozilla.org/firefox/)\n[![Microsoft Edge](https://img.shields.io/badge/tested%20on-Microsoft%20Edge-0078D7.svg)](https://www.microsoft.com/edge)\n[![Selenoid](https://img.shields.io/badge/tested%20with-Selenoid-4B8BBE.svg)](https://aerokube.com/selenoid/)\n[![Selenium Grid](https://img.shields.io/badge/tested%20with-Selenium%20Grid-43B02A.svg)](https://www.selenium.dev/documentation/grid/)\n[![NUnit](https://img.shields.io/badge/tested%20with-NUnit-22B2B0.svg)](https://nunit.org/)\n[![Selenium](https://img.shields.io/badge/tested%20with-Selenium-43B02A.svg)](https://www.selenium.dev/)\n[![Docker](https://img.shields.io/badge/Powered%20by-Docker-2496ED.svg)](https://www.docker.com/)\n\n\n### This is a test project for Front-End Test Automation July 2024 Course @ SoftUni\n---\n## Overview\n\nThis project demonstrates **cross-browser testing** using **Selenium**, **Selenium Grid**, and **Selenoid** to execute automated tests across multiple browsers and platforms. It is designed to showcase techniques for running distributed tests in parallel, ensuring web applications behave consistently across different environments.\n\n## Tools and Technologies Used\n\n- **Selenium**: For automating web browser interactions and performing functional tests.\n- **Selenium Grid**: To distribute and run tests across multiple machines and browsers simultaneously.\n- **Selenoid**: For managing browsers in containers and executing tests in a scalable, distributed environment.\n- **Docker**: To run and manage Selenoid containers.\n- **NUnit**: For structuring and running the test cases.\n\n## Key Features\n\n- **Cross-browser testing** with Chrome, Firefox, and other supported browsers.\n- **Parallel execution** of test cases using Selenium Grid and Selenoid for faster test cycles.\n- **Containerized testing** environments via Selenoid, allowing for scalable, isolated test sessions.\n- **Remote test execution** on multiple nodes to cover various platforms and browsers.\n- **Real-time video recording** of test executions for better debugging and reporting.\n\n\n## Test Scenarios\n\n- **Browser Automation:** Tests basic browser interactions such as navigating to a page, clicking buttons, filling forms, and verifying page elements.\n   \n- **Cross-browser Compatibility:** Verifies that the web application behaves the same way on different browsers (e.g., Chrome, Firefox, Opera).\n   \n- **Parallel Test Execution:** Uses Selenium Grid to run multiple tests in parallel across different browser versions and environments.\n\n- **Headless Browser Testing:** Executes tests in headless mode using Selenoid, allowing for faster test execution without opening a GUI browser.\n   \n## Set Up Selenium Grid\nFollow the [Selenium Grid documentation](https://www.selenium.dev/documentation/grid/) to set up a grid for distributed testing.\n\n## Set Up Selenoid\nFollow the [Selenoid installation guide](https://aerokube.com/selenoid/latest/) to install and configure Selenoid with Docker.\n\n## License\nThis project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.\n\n## Contact\nFor any questions or suggestions, please open an issue in the repository.\n\n---\n### Happy Testing! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fcross-browser-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefruseva88%2Fcross-browser-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fcross-browser-testing/lists"}