Skip to content

Releases: Arpit-Shah/Artos

Artos_0.0.18

25 Feb 06:29
Compare
Choose a tag to compare
  • Library versions have been updated to avoid any known vulnerability

What's Changed

New Contributors

Full Changelog: Artos_0.0.17-beta-1...Artos_0.0.18

Artos_0.0.17-beta-1

27 Dec 05:55
Compare
Choose a tag to compare

What's Changed

  • Issue #21 "Default base directory path for logRootDir is not compatible on Linux environment" is fixed.

Artos_0.0.16

27 Dec 05:02
Compare
Choose a tag to compare

What's Changed

Artos_0.0.14-beta-1

19 Apr 08:28
Compare
Choose a tag to compare

BugFix: When realtime logs were disabled, realtime information was printed on console output which is not the expected behavior. This commit fixes that issue.
Enhancement: Added latest release information to Readme.
Enhancement: New result event added to TestProgress listener to support reportPortal

Artos_0.0.13

05 Oct 06:22
Compare
Choose a tag to compare
  • New annotation support "@AfterFailedUnit" has been added so the user can perform specific action upon unit failure.
  • New features have been added define dependency between test case and test units
  • Extent Report enhancement: When there are no units to execute, Unit status was shown to be Unknown, With this release, it will be set to Pass.
  • API was enhanced to add a snapshot to the Extent report.
  • JunitReport generation was added.
  • Image compare utility has been added.
  • Added an option to enable/disable real-time log file generation.
  • TCPClient and TCPServer SocketException was suppressed to avoid confusion during a normal shutdown.
  • Extended API so Runner class can accept FeatureFileName
  • IntelliJ templates were updated for BDD templates.

Artos_0.0.13-beta-2

25 Aug 06:40
Compare
Choose a tag to compare

ImageComparision and generation of result image features have been added.
This will help the user perform visual regression.

Artos_0.0.13-beta-1

22 Aug 04:53
Compare
Choose a tag to compare
JavaDoc fixes

Artos_0.0.12

30 Jul 09:58
Compare
Choose a tag to compare

This release contains minor enhancements

  • UDP exception is suppressed during disconnection to avoid confusion.
  • Log file name was reporting milliseconds in previous build, now it will report user readable date and time
  • UDP connector listener has been added to support future development of dashboard application
  • "Stop on Fail" feature has been enhanced to print a stamp in log file when triggered so user can be reminded that "Stop on Fail" feature is active. This will avoid confusion when user has forgotten about this configuration.
  • Untar utility was enhanced to allow untaring or GZip packages
  • Exended Runner constructor to accept external listeners
  • Made TCP queue, event driven to make it fast
  • Added protection around TCP connector thread timeout so it will not get stuck with infinite timeout.
  • Added extra warnings to let user know, why some of the Units are ignored or filtered out. This will help user fix typo errors.
  • Display marker is added, If Test Script generation is enabled then this feature will show up marker next to previously failed test cases, which helps user only run selected test cases using those markers.

Artos_0.0.11

24 Mar 05:27
Compare
Choose a tag to compare

Cucumber BDD script is supported from this release
BugRef can be added to TestCase and Unit annotations now
TestTemplate was extended for BDD sample class

Artos_0.0.10

25 Feb 08:21
Compare
Choose a tag to compare

Added reporting of test importance in summary logs
Test unit break location was changed. It will be printed after @afterTestUnit method execution to make it more clear