This repository was archived by the owner on Sep 21, 2022. It is now read-only.
v2.0.0
gemini updatecommand: ability to update only new and changed references (@sipayRT)SuiteCollection: new API to run separate suites and states (@j0tunn)- Fix: free browser when reset failed (@j0tunn)
- Fix: provide image for errors during actions chain execution (@leonsabr)
- Run heavy operations in separate processes (@j0tunn)
- Force quit on second Ctrl+C (@j0tunn)
- Do not get browser session for suites without states (@j0tunn)
- Do not get browser session and do not perform any pre-actions for skipped suite (@j0tunn)
BREAKING CHANGES:
- New skip method API (@leonsabr)
- Browser now can be specified only by browser id matcher (string or RegExp)
- skip now accepts optional second parameter - reason, which will be displayed in reporters
- Deprecated options removed:
strictComparison,referenceImageAbsence(@SevInf, @j0tunn) - Deprecated API method
gemini.buildDiffremoved (@j0tunn) - Russian documentation removed (@j0tunn)
gemini.readTestsnow returnsSuiteCollectioninstance instead ofrootSuiteobject (@j0tunn)gemini gatherdeprecated in favor ofgemini update(@sipayRT)