Cédric L. Charlier
Cédric L. Charlier
Currently when using a transformation you have access to the value of the cell you're tranforming. Ideally it would be nice to also have access to the value of other...
If we have a couple of files (each file as a predictable name and a test will be generated with an instance-settling) and we want to copy them locally before...
It should be possible to assert the latency of an information or a list of information. The latency must be calculated as the difference between the timestamp of the system-under-test...
This test is comparable to the issue #424 but in that case the comparison should be calculated between the timestamp of the system-under-test and the moment of the test.
It should be possible to extract a portion (Year, Month, Day, Hour, Minute, Second) of a date/time value. It's returning a numeric value. * `dateTime-to-extract-year` * `dateTime-to-extract-month` * `dateTime-to-extract-day` *...
The list of native transformations should also support the following transformations for text values * `text-to-count-substring`: returns the number of non-overlapping occurrences of a substring in an input string. *...
- [x] Add `.editorconfig` and improve `.gitignore` files to ensure more consistency - [x] Move package definition and shared properties between the two projects in `.props` and `.targets` to ensure...
Currently it's not possible to have some dynamics part in genbiL. The idea is to be a bit more dynamic and support the replacement of literals (placeholder surrounded by simple...
It should be possible to define a condition that a test should be ignored if a specific database engine is the target of the system-under-test. ```xml ```
In some cases, you have two columns that must be interpreted as the lower and upper bound of an interval. It’s would be great to support the creation of several...