{"id":21944736,"url":"https://github.com/browserstack/nunit-appium-app-browserstack","last_synced_at":"2025-10-10T09:05:55.975Z","repository":{"id":46861559,"uuid":"108263642","full_name":"browserstack/nunit-appium-app-browserstack","owner":"browserstack","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-24T14:36:40.000Z","size":38379,"stargazers_count":5,"open_issues_count":9,"forks_count":17,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-24T15:40:56.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/browserstack.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-25T11:58:29.000Z","updated_at":"2024-10-22T03:50:21.000Z","dependencies_parsed_at":"2025-04-22T21:16:55.163Z","dependency_job_id":null,"html_url":"https://github.com/browserstack/nunit-appium-app-browserstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/browserstack/nunit-appium-app-browserstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fnunit-appium-app-browserstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fnunit-appium-app-browserstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fnunit-appium-app-browserstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fnunit-appium-app-browserstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserstack","download_url":"https://codeload.github.com/browserstack/nunit-appium-app-browserstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserstack%2Fnunit-appium-app-browserstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003389,"owners_count":26083579,"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-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-11-29T04:16:59.299Z","updated_at":"2025-10-10T09:05:55.957Z","avatar_url":"https://github.com/browserstack.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nunit-appium-app-browserstack\n\nThis repository demonstrates how to run Appium tests in [NUnit](https://nunit.org/) on BrowserStack App Automate.\n\n## Setup\n\n### Requirements\n\n1. Visual Studio and .NET Core\n\n    - Download Visual Studio from [here](https://visualstudio.microsoft.com/)\n    - Install .NET Core while installing Visual Studio\n\n\n## Getting Started\n\nGetting Started with Appium tests in NUnit on BrowserStack devices couldn't be easier!\n\n### **Run first test :**\n\n- Open the project in Visual Studio by opening `nunit-appium-app-browserStack.sln` file\n\n- Go to `android` or `ios` directory\n\n- If you have uploaded your app then add the app id to the `browserstack.yml` config file, or you can directly specify the path to your app in the `browserstack.yml` file.\n\n- Run `dotnet test --filter \"Category=sample-test\"`\n\n- You can access the test execution results, and debugging information such as video recording, network logs on [App Automate dashboard](https://app-automate.browserstack.com/dashboard)\n\n### **Use Local testing for apps that access resources hosted in development or testing environments :**\n\n- Open the project in Visual Studio by opening `nunit-appium-app-browserStack.sln` file\n\n- Go to `android` or `ios` directory\n\n- Ensure that `browserstackLocal` capability is set to `true` in the `browserstack.yml` file\n\n- If you have uploaded your app then add the app id to the `browserstack.yml` config file, or you can directly specify the path to your app in the `browserstack.yml` file.\n\n- Run `dotnet test --filter \"Category=sample-local-test\"`\n\n- You can access the test execution results, and debugging information such as video recording, network logs on [App Automate dashboard](https://app-automate.browserstack.com/dashboard)\n\n### **Integrate your test suite**\nThis repository uses the BrowserStack SDK to run tests on BrowserStack. Follow the steps below to install the SDK in your test suite and run tests on BrowserStack:\n\n- Create sample browserstack.yml file with the browserstack related capabilities with your BrowserStack Username and Access Key and place it in your root folder.\n- Add nuget library BrowserStack.TestAdapter\n```sh\ndotnet add BrowserStack.TestAdapter\n```\n- Build project dotnet build\n\n--\n\n## Integration with other CSharp frameworks\n\nFor other CSharp frameworks samples, refer to following repositories :\n\n- [Appium CSharp tests](https://github.com/browserstack/csharp-appium-app-browserstack)\n\nNote: For other test frameworks supported by App-Automate refer our [Developer documentation](https://www.browserstack.com/docs/)\n\n--\n\n## Troubleshooting\n\n- In case `Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json'` issue is encountered while running a Local test on Windows, please follow the these steps to resolve it :\n\n    - Go to Tools \u003e NuGet Package Manager \u003e Package Manager Console\n\n    - Run the command `update-package Newtonsoft.Json -reinstall` in the opened console\n\n    - Then run `update-package Newtonsoft.Json` in the same console\n\n--\n\n## Getting Help\n\nIf you are running into any issues or have any queries, please check [Browserstack Support page](https://www.browserstack.com/support/app-automate) or [get in touch with us](https://www.browserstack.com/contact?ref=help).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserstack%2Fnunit-appium-app-browserstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserstack%2Fnunit-appium-app-browserstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserstack%2Fnunit-appium-app-browserstack/lists"}