caraya icon indicating copy to clipboard operation
caraya copied to clipboard

Assertion and unit test framework for LabVIEW

Results 42 caraya issues
Sort by recently updated
recently updated
newest added

I'm currently running into a problem where I'm executing different tests through running `Caraya CLI.vi`. By running from the command line something like: "\Labview.exe" "\Caraya CLI.vi" -- -x "\report.xml" -s...

bug
test-manager-ui

Caraya 1.2.1, LV2017SP1f3 (32-bit) I've been playing with the latest patch and found that the **Rerun All Tests** feature is behaving strangely. Here are a few scenarios I have tested:...

bug
test-manager-ui

What is the name of the Caraya dialog VI? I need to be able to find it in the project to manually open it, and it doesn't seem to be...

bug

This should be avoidable, but creates some complication in the test discovery mechanism. If non-PPL Caraya assertions are to be discoverable from PPL-built Caraya, the opposite should probably be true...

This is as a follow-up to issue #131 . Although the above-mentioned issue will be fixed in release 1.2, there is still a gap when the developer uses non-ASCII characters...

I recently came across a bunch of tests I wanted to write to verify that variant attributes were set. Instead of extracting the attributes and comparing arrays, it would be...

enhancement

As shown in this benchmark (see link below), Caraya's execution time does not increase linearly with the number of tests being run. The benchmark does not differentiate between test execution...

enhancement

When using Verbose option, verbose details are only available in Report files. It could be useful to have them displayed directly in the Caraya GUI.

enhancement

Use case: I'd like to skip a certain test if some HW is not present on that machine (in my case a CAN port). Is there a way to tell...

I know there are a lot of ways of running tests including quick drop plugins. But it would be interesting to add an icon to the toolbar to run the...

enhancement