Skip to content

Releases: gicastel/qest

0.10.1

31 Jul 11:25
Compare
Choose a tag to compare

BREAKING CHANGE: the verbose short flag -v was clashing with the default version parameter, so I had to change it to -e | --verbose

Also: Updated framework, packages, dockerfiles labels, added build checks on pull requests

0.9.9

29 Dec 09:59
9d3d87c
Compare
Choose a tag to compare

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

01 Dec 13:29
Compare
Choose a tag to compare

Before/After scripts shown when running in verbose (-v) mode
Fixes application not returning error code when tests fail

0.9.7

21 Nov 20:10
Compare
Choose a tag to compare

run Command: the verbose flag (-v) now shows actual commands run on the database.

0.9.6

14 Nov 20:01
Compare
Choose a tag to compare

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

07 Nov 20:20
Compare
Choose a tag to compare

Added output formatting options: now you can choose between the classic console logging and a tree visualization

0.9.4

02 Nov 18:06
238d196
Compare
Choose a tag to compare

Output colorization with Spectre.Console

0.9.3

05 Oct 12:20
Compare
Choose a tag to compare

YAML schema pinned to a tag when generating templates
Standalone image now uses default Linux runtime, so output is colored

0.9.2

03 Oct 09:10
Compare
Choose a tag to compare

YAML schema definition (with VS Code autocomplete)

0.9.1

20 Sep 20:52
Compare
Choose a tag to compare

Test definition improvements
Better argument parsing
"generate" command

Co-authored-by: Riccardo Sale [email protected]