https://github.com/accenture/ocaramba.templates
Ocaramba project templates for Visual Studio
https://github.com/accenture/ocaramba.templates
extensions ocaramba-templates studio visual visual-studio
Last synced: 5 months ago
JSON representation
Ocaramba project templates for Visual Studio
- Host: GitHub
- URL: https://github.com/accenture/ocaramba.templates
- Owner: Accenture
- License: mit
- Created: 2019-07-17T05:16:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T13:27:19.000Z (5 months ago)
- Last Synced: 2026-01-25T01:07:37.893Z (5 months ago)
- Topics: extensions, ocaramba-templates, studio, visual, visual-studio
- Language: C#
- Size: 946 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ocaramba.templates

The 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).
Thanks 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.
[](https://marketplace.visualstudio.com/items?itemName=Ocaramba.Ocaramba1)
The extension contains:
- Project templates:
- Ocaramba.MsTest (.NET 8.0)
- Ocaramba.NUnit (.NET 8.0)
- Item templates:
- Ocaramba Page Object
- Ocaramba NUnit Test Object
- Ocaramba MsTest Test Object



## Troubleshooting & Known Issues
In case of problems with executing tests, update at least TestAdapter and Selenium browser drivers.
You can also try to uninstall and install back one of the browser drivers.
In 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.
In case of test execution failure with following error
OneTimeSetUp: System.IO.FileNotFoundException : Could not load fle or assembly 'System.Text.Json, Version=9.0.0.0
Add to your csproj file following lines in ItemGroup section
..\packages\System.Text.Json.9.0.0\lib\netstandard2.0\System.Text.Json.dll

All templates are located on Visual Studio's **New Project** and **New Item** windows inside **Ocaramba** category.
*Find out more on [Ocaramba](https://github.com/ObjectivityLtd/Ocaramba).*

Download Ocaramba Visual Studio templates [](https://marketplace.visualstudio.com/items?itemName=Ocaramba.Ocaramba1)
#### Where to start?
-------------
- See [Getting started](https://github.com/ObjectivityLtd/Ocaramba/wiki/Getting%20started).