vscode-catch2-test-adapter
vscode-catch2-test-adapter copied to clipboard
Support for the CppUTest Framework
I would love this extenson to support the CppUTest Framework. How much effort do you think would be needed to implement this? If the effort is not to high, I could also offer some help.
5 story points 🙃 For proper support with tests I would say 5 days. Shouldn't be too hard, depends on Cpputest framework. This extension should be able to parse the output properly at runtime.
I added CppUTest support with some tests. Feel free to check out my repo and give suggestions, Typescript is not my language. ;) https://github.com/SizaSL/vscode-catch2-test-adapter.git Let me know?