Skip to content

Releases: sarathm09/vibranium

[fix] issue with optional chaining support on node version <14.0

01 Sep 06:31
13e13c6
Compare
Choose a tag to compare
0.0.3-7

[fix] optional chaining issue

bug fixes and improvements

11 Aug 11:59
ef93435
Compare
Choose a tag to compare
Pre-release
0.0.3-5

[add] auto delete functionality for db entries (#24)

[fix] issue with execution time in reports and issue with db cleanup

08 Aug 13:27
Compare
Choose a tag to compare
0.0.3-4

[update] log error only if file exists

[fix] report template issues

01 Aug 17:33
Compare
Choose a tag to compare
Pre-release
0.0.3-2

[fix] report template issues

[fix] junit report creation issue

01 Aug 16:28
Compare
Choose a tag to compare
Pre-release
0.0.3-1

Merge remote-tracking branch 'origin/master' into add/changes-for-v0.0.3

bug fixes and improvements

01 Aug 14:17
b267d4a
Compare
Choose a tag to compare
Pre-release
Fix Documentation links and typos in Readme file (#21)

* Fix links in readme and typos

* Update README.md

removed trailing `/` in the URLs.

Co-authored-by: Rahul Bhargav <rahulbp@azuga.com>

bug fixes and improvements

05 Jul 13:43
16b4ffd
Compare
Choose a tag to compare
Pre-release
0.0.2-1

[remove] docs (#16)

rel 0.0.2

01 Jun 09:21
aa61726
Compare
Choose a tag to compare
rel 0.0.2 Pre-release
Pre-release
[update] junit retport timing to use seconds instead of milliseconds …

[patch] bug fixes and improvements

24 May 11:12
28aa177
Compare
Choose a tag to compare
Pre-release
  • [fix] issue with setup command
  • [add] ability to run script files

[add] logger improvements and other features

24 May 07:04
9406600
Compare
Choose a tag to compare
[update] logger rewrite and minor updates (#13)

## Features Added:
- ability to execute `shell scripts` from tests
- `timeout` per tests
- `delay` execution of tests
- `repeat-until` and `repeat-delay` functionality
- ability to `open scenario files` from list command 

## Improvements:
- logger module rewrite and log rotation parameters
- html report UI improvements
- minor bug fixes