Ceedling
Ceedling copied to clipboard
Including html_tests_report as Ceedling Ruby Gem
Hello,
The Ceedling package installed via Ruby (i.e., "gem install ceedling"; version 0.31.1) does not have html_tests_report in the plugins subfolder. Invoking any kind of ceedling command would generate an error saying that there is no rake or ruby class entry point for the plugin.
To resolve this, I had to clone the repo and copy the html_tests_report subfolder into plugins. At that point ceedling can run without issues.
Thanks for your time!