Fork me on GitHub

Adding JDBC to QA Automation Project

Add qa-jgiven-jdbc dependency to your pom.xml

    <dependency>
      <groupId>dev.aherscu.qa</groupId>
      <artifactId>qa-jgiven-jdbc</artifactId>
      <version>...</version>
      <scope>test</scope>
    </dependency>

see tutorial TBD