caraya
caraya copied to clipboard
Assertion and unit test framework for LabVIEW
Failed tests were getting marked as Skipped in JUnit reports preventing some CI tools from properly parsing the file and checking if tests failed. This updates the parsing of the...
When generating JUnit XML reports, if there is a test failure, not an error, the XML report will state that the step was Skipped but also state the failure message...
A Caraya button/icon on the LabVIEW Project toolbar (similar to the one VI Tester has) would be a nice and fast way to Run All Tests in a Project (The...
It's late and I've been battling this for hours now, but when I run Caraya on my project I get a slew of Bad Linkage errors. This starts with v1.2,...
@francois-normandin after two years, we finally got around to implement this feature into our own Release Automation Tools. I had hoped to be able to receive an event for each...
Hi everyone, I know this is maybe a long shot, but has anyone thought about code coverage support in Caraya? What challenges do we have? I know in NI UTF...
The verbose information added by the assert VIs does not always contain all the information I want. I want to be able to add extra arbitrary information to the verbose...
**Use Case** As a developer working on a project, a simple workflow I would like is: * Pick a folder that contains all of my tests. e.g. >> "source/tests" *...
I found[ this previous discussion](https://github.com/JKISoftware/Caraya/discussions/111) to be relevant but wasn't sure if there were any follow ups to that. As I've been playing more with Caraya one of the things...
It would be great if Caraya could be fully functional on LabVIEW for Linux. A first step would be to "simply" use Conditional Disable Structure to wrap whatever is not...