Skip to content

Releases: cbush06/kosher

v1.11.1

13 Nov 13:30
0f2ffe2

Choose a tag to compare

  • Fixed issue with CSV external data source
  • Fixed issue with bootstrap report not showing run time
  • Updated Chrome drivers to v78.0.3904.70.

v1.11.0

28 Oct 16:49

Choose a tag to compare

Updated Chrome driver

v1.10.1

23 Sep 11:43

Choose a tag to compare

Fixes a bug with navigation verification steps (iShouldBeOn, iShouldBeRedirectedOn) where page URL contains escape'able characters

v1.10.0

16 Sep 13:44

Choose a tag to compare

  • Added ability to select multiple report formats
  • Fixed issue with Bootstrap report format
  • Re-enabled JIRA integration
  • Updated documentation

v1.9.0

05 Sep 13:20

Choose a tag to compare

v1.8.2

20 Jun 16:28

Choose a tag to compare

Bumped chromedriver version to v75.0.3770.90.

See https://chromedriver.storage.googleapis.com/index.html?path=75.0.3770.90/

v1.8.1

17 Jun 20:29
c88827c

Choose a tag to compare

Fixing issue affecting all kosher commands where it was trying to create the virtual file system regardless of the command (when it should only do that for the run command).

v1.8.0

05 Jun 19:32

Choose a tag to compare

This release adds:

  • Screenshots are embedded in the cucumber formatted .json results file
  • Screenshots are embedded in the "bootstrap," "html," and "simple" reports
  • Screenshots are attached to JIRA issues created by kosher

v1.7.0

17 May 16:37

Choose a tag to compare

Added ability to set after-scenario and after-step wait times. See the new properties of the settings.json file:

v1.6.1

30 Apr 13:03
b246482

Choose a tag to compare

Fixed bug with frame switching steps where the frame number was being interpreted as zero-based rather than one-based like it should be.