Fork me on GitHub

Adding SSH to QA Automation Project

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

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

see tutorial TBD