summaryrefslogtreecommitdiffstats
path: root/tests/features/pgbouncer.feature
blob: 14cc5ad8a17789ea336d3be668873ffacde4e10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@pgbouncer
Feature: run pgbouncer,
  call the help command,
  exit the cli

  Scenario: run "show help" command
     When we send "show help" command
      then we see the pgbouncer help output

  Scenario: run the cli and exit
     When we send "ctrl + d"
      then dbcli exits