Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@mstrelex mstrelex released this 27 Apr 15:45
· 107 commits to master since this release
a90fc34

Added

  • Added Control for Reports configuration, it is now possible to state the name and path of the generated report.
  • Added Remote Execution Support, it is now possible to execute tests on remote agents in the same network.
  • Added Cucumber Examples for uploading tests to the TestProject platform.
  • Added Session Reuse for Cucumber Tests that do not provide a Job Name.
  • Added support for JUnit4 assertion reporting.
  • Added Control for Reports configuration, it is now possible to state the name and path of the generated report.
  • Added Remote Execution Support, it is now possible to execute tests on remote agents in the same network.
  • Added data providers that allow uploading parameterized tests to the TestProject platform.
  • (#104) - Fix for Report Type being ignored on Chrome Driver.

Fixed

  • Fixed test name inferring in JUnit.
  • Fixed multiple jobs reporting when running several tests without any given job name/project name.
  • Fixed ReportType ignored in ChromeDriver.
  • Fixed Cucumber tests reports which can sometimes be generated with steps out of order.