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

0.11.0

Choose a tag to compare

@SevInf SevInf released this 18 Apr 10:02
· 1183 commits to master since this release
  • Plugins support (@Saulis).
    Check out documentation
    and some plugin examples:
  • Add flick action for touch devices (@scf2k).
  • Add sessionMode property which allows to choose when new
    WebDriver session is created (@SevInf).
  • Automatically kill browser session on SIGHUP, SIGINT and
    SIGTERM (@j0tunn).
  • Allow to switch image background in HTML reoport (@unlok).
  • url.resolve is not used anymore for computing absolute
    URLs from rootUrl and suite URL. It is now just joined
    with a single / in between (@j0tunn).
  • Update png-image so it can be built with gcc 4.6 (@j0tunn).
  • Correctly expose __gemini variable in client scripts (@vlkosinov).
  • Grep pattern now checked when suites load, not when they are
    executed (@hatroman).
  • HTML report refactoring (@hatroman).