Francois Normandin
Francois Normandin
@Flydroid I modified the LV2013 code to prevent the Processes to break when upsaved to LV2020. There are known issues with User Event mapping that, at the time, I believed...
Hi @SebMichaud , Expanding on your suggestion, I've had a quick brainstorm session with @jimkring yesterday and we compiled a list of grouping types that different use cases would warrant....
@jimkring While we're at it, thoughts about updating the internal dependencies to the latest OpenG packages?
Hmmm, one of these packages has a dependency on Caraya. I'll report on the OpenG repo to rebuild without Caraya. That would create a circular dependency when developing Caraya from...
@felipefoz 1. Verbose mode is inherently slower execution, so it was decided that it would not be defaulting to True. 2. You can define that as part of the Test...
@felipefoz Caraya is an assertion-based framework. Assertions can be called without defining any tests, so the base unit of "Assert" must be as fast as it can be, even in...
> IMHO , I will have to disagree, I would like to have as much as possible of information on why my test have failed, I probably then do not...
All this overridable family of VI passes the public RunTest timeout to the inner onTestExecution. I agree that none of the methods provided by Caraya's core classes make use of...
Hi @felipefoz This would not require any changes to Caraya. It is already possible to extend the framework in two different ways to achieve this goal, And I'd personally argue...
@felipefoz You could overwrite the JUnit Report class and insert the system-out anywhere you need. In conjunction with the above-mentioned examples, where we use the default JUnit format, you would...