Skip to content

v1.3.0

Compare
Choose a tag to compare
@damies13 damies13 released this 06 May 04:44
· 106 commits to master since this release

This is a Feature Release for rfswarm

I would like to say a big Thank you NiceProject Poland for providing the time of Arkadiusz Kuczyński ( @ArekKuczynski ) to this release.

New Features in this release:

  • #67 - Agent - Upgrade agent listener to version 3 listener
  • #138 - Reporter - Allow the whole report to be constrained to a specific time range - Thank you @pkievit86
  • #151 - Manager - Option to tell robot not to create the html & xml log files - Thank you @orenault
  • #174 - Manager - Option to have RFSwarm inject sleep times into test after each measured keyword - Thank you @dschweie
  • #180 - Agent - Ensure legacy xml mode works with RF 7

Test Cases for existing functionality added in this release:

  • #185 - Manager - Regression Test cases for Issues #1, ensure scenario file has all settings from GUI - Thank you @ArekKuczynski
  • #200 - Manager and Agent - Regression Test cases for Issues #52 and #52 - Thank you @ArekKuczynski
  • #205 - Manager - Regression Test cases for Issues #70, Emergency Stop button - Thank you @ArekKuczynski
  • #218 - All - Test Cases for ensuring all python dependencies get installed - Thank you @ArekKuczynski

Bugs fixed in this release:

  • #183 - Manager - Incorrectly reported test row has no test selected when scenario not saved
  • #184 - Manager and Agent - Robot file was be overwritten by another robot file when the file name is the same
  • #232 - Manager - Resource files fail to copy to agent when using ${CURDIR} and glob pattern (found by test cases from Issue #200) - Thank you @ArekKuczynski for finding this

Other improvements in this release:

  • #169 - All - Add build logs as build artefacts rather than checking logs into git
  • #178 - All - Python packages are now created as part of the build and all tests run using the python package
  • #234 - All - Add Sponsor to Sponsors page
  • #235 - All - Dropped Test cases for Python 3.7 as it's no longer supported and was causing test failures as install wasn't available for all platforms