Releases: gicastel/qest
0.10.1
0.9.9
Added the capability to verify data in resultsets.
In the new data section it's possible to pass an array of csv-formatted lines or the path to a csv file, with options to define a custom separator (default: ";") and a custom value to skip field verification (default: "*").
Variable substitution applies as usual.
0.9.8
Before/After scripts shown when running in verbose (-v) mode
Fixes application not returning error code when tests fail
0.9.7
run Command: the verbose flag (-v) now shows actual commands run on the database.
0.9.6
The default output now shows only passed tests and errors when they happen.
There are two new command options for run:
- --output | -o: console (default) or tree
- --verbose | -v: verbose mode (shows all output instead of only pass/errors)
0.9.5
Added output formatting options: now you can choose between the classic console logging and a tree visualization
0.9.4
Output colorization with Spectre.Console
0.9.3
YAML schema pinned to a tag when generating templates
Standalone image now uses default Linux runtime, so output is colored
0.9.2
YAML schema definition (with VS Code autocomplete)
0.9.1
Test definition improvements
Better argument parsing
"generate" command
Co-authored-by: Riccardo Sale [email protected]