{"id":19811106,"url":"https://github.com/accenture/ocaramba.templates","last_synced_at":"2026-01-25T23:11:22.269Z","repository":{"id":38358700,"uuid":"197319745","full_name":"Accenture/Ocaramba.templates","owner":"Accenture","description":"Ocaramba project templates for Visual Studio ","archived":false,"fork":false,"pushed_at":"2026-01-24T13:27:19.000Z","size":969,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-25T01:07:37.893Z","etag":null,"topics":["extensions","ocaramba-templates","studio","visual","visual-studio"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/Accenture.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-17T05:16:26.000Z","updated_at":"2026-01-24T13:24:59.000Z","dependencies_parsed_at":"2024-04-02T10:30:45.193Z","dependency_job_id":"08595ea4-34fc-4749-8484-963f6cc353a2","html_url":"https://github.com/Accenture/Ocaramba.templates","commit_stats":null,"previous_names":["accenture/ocaramba.templates"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/Accenture/Ocaramba.templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba.templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba.templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba.templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba.templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Accenture","download_url":"https://codeload.github.com/Accenture/Ocaramba.templates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2FOcaramba.templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["extensions","ocaramba-templates","studio","visual","visual-studio"],"created_at":"2024-11-12T09:24:47.083Z","updated_at":"2026-01-25T23:11:22.252Z","avatar_url":"https://github.com/Accenture.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ocaramba.templates\n\u003cimg align=\"left\" src=\"objectivity_logo.ico\" width=\"64\" height=\"64\"\u003e\n\nThe Ocaramba project extension for Visual Studio - a set of project and class templates for web automated testing using [Ocaramba Framework](https://github.com/ObjectivityLtd/Ocaramba).\n\nThanks to the Ocaramba.Templates you can create in the few minutes ready to use in Continuous Integration tool project test solution for web automated testing. \n\n[![Ocaramba Templates](https://img.shields.io/badge/get-Ocaramba_Templates-green.svg?color=4BC21F)](https://marketplace.visualstudio.com/items?itemName=Ocaramba.Ocaramba1)\n\nThe extension contains:\n\n- Project templates:\n  - Ocaramba.MsTest (.NET 8.0)\n  - Ocaramba.NUnit (.NET 8.0)\n- Item templates:\n  - Ocaramba Page Object\n  - Ocaramba NUnit Test Object\n  - Ocaramba MsTest Test Object\n\n\n![Add New Project window](images/new-project.png)\n\n![Add New Item window](images/new-item.png)\n\n![Project](images/project.png)\n\n## Troubleshooting \u0026 Known Issues\nIn case of problems with executing tests, update at least TestAdapter and Selenium browser drivers.\nYou can also try to uninstall and install back one of the browser drivers.\n\nIn case of build failure due to a missing package, try uninstalling and reinstalling that package again. In case of problems with unistalling package try to update to previous version and than back update to the latest version. \n\nIn case of test execution failure with following error\n \n    OneTimeSetUp: System.IO.FileNotFoundException : Could not load fle or assembly 'System.Text.Json, Version=9.0.0.0\n \n \n Add to your csproj file following lines in ItemGroup section\n\n \t\u003cReference Include=\"System.Text.Json, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL\"\u003e\n      \u003cHintPath\u003e..\\packages\\System.Text.Json.9.0.0\\lib\\netstandard2.0\\System.Text.Json.dll\u003c/HintPath\u003e\n    \u003c/Reference\u003e\n![Update](images/Update.png)\n\nAll templates are located on Visual Studio's **New Project** and **New Item** windows inside **Ocaramba** category.\n\n*Find out more on [Ocaramba](https://github.com/ObjectivityLtd/Ocaramba).*\n\n![Build status](https://github.com/Accenture/Ocaramba/actions/workflows/github-actions.yml/badge.svg)\n\nDownload Ocaramba Visual Studio templates [![Ocaramba Templates](https://img.shields.io/badge/get-Ocaramba_Templates-green.svg?color=4BC21F)](https://marketplace.visualstudio.com/items?itemName=Ocaramba.Ocaramba1)\n\n#### Where to start?\n-------------\n- See [Getting started](https://github.com/ObjectivityLtd/Ocaramba/wiki/Getting%20started).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccenture%2Focaramba.templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccenture%2Focaramba.templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccenture%2Focaramba.templates/lists"}