summaryrefslogtreecommitdiffstats
path: root/test/features/auto_vertical.feature
blob: aa95718662479661092b42e748486fa2d9caf392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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