Skip to content

3.0.0-rc.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@AFASbart AFASbart released this 24 Jun 04:16
· 28 commits to integration_test__package_support since this release

A lot of new changes in this update.

  • Test scenario's can be retried, in the configuration it is possible to specify the amount of step retries. (#218).
  • It is now possible to the see if the scenario has passed in the JSON report and in the afterScenario hook (#201).
  • When a test fails, it does not automatically fail in the test framework. The other steps will be skipped and show up in the JSON report. This will now not cause any app inconsistencies with error pop-ups (#182).
  • Steps that have been skipped, are now also being recorded through the reporters and hooks (#179).
  • Documentation on the feature folder location has been improved (#174).