-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I got a error:
[error] The required Ceedling plugin 'xml_tests_report' is not enabled. You have to edit your 'project.xml' file to enable the plugin.
see https://github.com/ThrowTheSwitch/Ceedling/blob/master/docs/CeedlingPacket.md#tool-element-runtime-substitution-notational-substitution
-----looks like the reason is new ceedling rename the xml:
The report format of the previously independent xml_tests_report plugin has been renamed from XML in all instances to CppUnit as this is the specific test reporting format the former plugin and new report_tests_log_factory plugin outputs.
https://github.com/ThrowTheSwitch/Ceedling/blob/master/docs/Changelog.md#101---2025-01-30
and following this : https://github.com/simeon-s1/vscode-ceedling-test-adapter/
-----Hope this tool can update to fix this bug or is there other solution?. thanks.