Skip to content

3.1.01

Latest
Compare
Choose a tag to compare
@itaiag itaiag released this 05 Feb 13:35
· 4 commits to master since this release

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

  1. Issue #269 - Add support for TestNG client for working with HTTPS servers
  2. Issue #270 - Implement PyTest Binder
  3. Issue #274 - Prepare the project for deployment to Maven central
  4. Issue #275 - Add colors to rows in the Difido server main table according to the status of the executions
  5. Issue #276 - Add support for multiple suites in the TestNG client