1
0
Fork 0
mycli/test/features/auto_vertical.feature
Daniel Baumann 94e3fc38e7
Adding upstream version 1.23.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 18:53:36 +01:00

12 lines
407 B
Gherkin

Feature: auto_vertical mode:
on, off
Scenario: auto_vertical on with small query
When we run dbcli with --auto-vertical-output
and we execute a small query
then we see small results in horizontal format
Scenario: auto_vertical on with large query
When we run dbcli with --auto-vertical-output
and we execute a large query
then we see large results in vertical format