{"id":20618107,"url":"https://github.com/applitools/example-selenium-csharp-xunit","last_synced_at":"2025-03-06T19:43:13.248Z","repository":{"id":65449874,"uuid":"583497209","full_name":"applitools/example-selenium-csharp-xunit","owner":"applitools","description":"Applitools Example: Selenium in C# with xUnit.net","archived":false,"fork":false,"pushed_at":"2023-06-21T02:14:27.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T04:47:16.783Z","etag":null,"topics":["applitools","applitools-example","applitools-eyes","applitools-tutorial","csharp","dotnet","execution-cloud","selenium","selenium-webdriver","test-automation","testing","tutorial","ultrafast-grid","visual-testing","webdriver","xunit"],"latest_commit_sha":null,"homepage":"https://applitools.com/tutorials/quickstart/web/selenium/csharp/xunit","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/applitools.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":"2022-12-30T00:32:37.000Z","updated_at":"2023-05-15T22:40:15.000Z","dependencies_parsed_at":"2025-01-17T04:46:34.317Z","dependency_job_id":"283ce708-0db5-4902-b1af-febf58b02444","html_url":"https://github.com/applitools/example-selenium-csharp-xunit","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-csharp-xunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-csharp-xunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-csharp-xunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-csharp-xunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applitools","download_url":"https://codeload.github.com/applitools/example-selenium-csharp-xunit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277647,"owners_count":20101535,"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":["applitools","applitools-example","applitools-eyes","applitools-tutorial","csharp","dotnet","execution-cloud","selenium","selenium-webdriver","test-automation","testing","tutorial","ultrafast-grid","visual-testing","webdriver","xunit"],"created_at":"2024-11-16T12:07:07.857Z","updated_at":"2025-03-06T19:43:13.229Z","avatar_url":"https://github.com/applitools.png","language":"C#","readme":"# Applitools Example: Selenium in C# with xUnit.net\n\nThis is the example project for the [Selenium C# xUnit.net tutorial](https://applitools.com/tutorials/quickstart/web/selenium/csharp/xunit).\nIt shows how to start automating visual tests\nwith [Applitools Eyes](https://applitools.com/platform/eyes/)\nand [Selenium WebDriver](https://www.selenium.dev/) in C#.\n\nIt uses:\n\n* [C#](https://learn.microsoft.com/en-us/dotnet/csharp/) as the programming language\n* [Selenium WebDriver](https://www.selenium.dev/) for browser automation\n* [Google Chrome](https://www.google.com/chrome/downloads/) as the local browser for testing\n* [NuGet](https://www.nuget.org/) for dependency management\n* [xUnit.net](https://xUnit.net/) as the core test framework\n* [Applitools Eyes](https://applitools.com/platform/eyes/) for visual testing\n\nIt can also run tests with:\n\n* [Applitools Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/) for cross-browser execution\n* [Applitools Execution Cloud](https://applitools.com/platform/execution-cloud/) for self-healing remote WebDriver sessions\n\nTo run this example project, you'll need:\n\n1. An [Applitools account](https://auth.applitools.com/users/register), which you can register for free.\n2. A good C# editor, such as [Microsoft Visual Studio](https://visualstudio.microsoft.com/)\n   or [Visual Studio Code](https://code.visualstudio.com/docs/languages/csharp).\n3. The [.NET 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) SDK (which may come bundled with Visual Studio).\n4. An up-to-date version of [Google Chrome](https://www.google.com/chrome/downloads/).\n5. A corresponding version of [ChromeDriver](https://chromedriver.chromium.org/downloads).\n\nThe main test case is [`AcmeBankTest.cs`](Applitools.Example.Tests/AcmeBankTest.cs).\nBy default, the project will run tests with Ultrafast Grid but not Execution Cloud.\nYou can change these settings in the test class.\n\nTo execute tests, set the `APPLITOOLS_API_KEY` environment variable\nto your [account's API key](https://applitools.com/tutorials/guides/getting-started/registering-an-account).\n\nYou can run the tests through Test Explorer in Visual Studio,\nor you can run tests from the command line using the following `dotnet` commands:\n\n```\ndotnet build\ndotnet test\n```\n\n**For full instructions on running this project, take our\n[Selenium C# xUnit.net tutorial](https://applitools.com/tutorials/quickstart/web/selenium/csharp/xunit)!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-csharp-xunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplitools%2Fexample-selenium-csharp-xunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-csharp-xunit/lists"}