Note
Important - Difido is finally released to the Maven Central repositiories! That means that you no longer need to add the Top-Q Nexus repository to your POM file. But, we had to change the group id of the artifcates from il.co.topq
to il.co.top-q
.
<dependency>
<artifactId>difido-testng</artifactId>
<groupId>il.co.top-q.difido</groupId>
<version>3.1.01</version>
</dependency>
New Features
- Issue #269 - Add support for TestNG client for working with HTTPS servers
- Issue #270 - Implement PyTest Binder
- Issue #274 - Prepare the project for deployment to Maven central
- Issue #275 - Add colors to rows in the Difido server main table according to the status of the executions
- Issue #276 - Add support for multiple suites in the TestNG client