Current release version: 1.0.2
User guide: https://pnxtest.com/user-guide
Online Report Reference: https://pnxtest.com/user-guide/demo/reporting.html
Demo/Scaffolding Project: https://github.com/pengtech/integrationTest
Maven dependency:
<!--PnxTest starter parent-->
<parent>
<artifactId>pnx-test-starter-parent</artifactId>
<groupId>com.pnxtest</groupId>
<version>1.0.2</version>
</parent>
<dependencies>
<!--PnxTest framework core-->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-starter-core</artifactId>
</dependency>
<!--optional, add this if you need to test http api-->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-starter-http</artifactId>
</dependency>
<!--optional, add this if you need to operate and validate database-->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-starter-db</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies>