Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

4.7.0

Compare
Choose a tag to compare
@tormozz48 tormozz48 released this 25 Aug 12:02
· 507 commits to master since this release
  • beforeFileRead and afterFileRead API events were added. This allows plugins to be notified
    when gemini is about to read a test file and when it was read
  • CAPTURE and END_TEST events were declared as deprecated. UPDATE_RESULT and TEST_RESULT events should be used instead of them respectively
  • Added the ability to see in flat reporter which states were really updated via gemini update command
  • Added sessionQuitTimeout option which allows to change timeout for session termination
  • Disallowed usage of empty names for suites
  • Added nodejs@6.x support