gemini icon indicating copy to clipboard operation
gemini copied to clipboard

v.6 breaking changes

Open j0tunn opened this issue 8 years ago • 1 comments

  • [ ] Rename events:
    • START_BROWSER -> SESSION_START
    • STOP_BROWSER -> SESSION_END Those events actually indicate when browser session starts and ends. There are lots of sessions during run
  • [ ] rootUrl –> baseUrl
  • [ ] ignoreElements method: ignore all matched elements by default without any helpers — https://github.com/gemini-testing/gemini/pull/692
  • [ ] run tests with command gemini instead of gemini test by default.
  • [ ] drop [email protected]

j0tunn avatar Nov 23 '17 12:11 j0tunn

  • [ ] Get rid of deprecated skip and browsers API methods – here and here. Also remove any reference from documentation.

Dmitriy-kiselyov avatar Mar 23 '18 10:03 Dmitriy-kiselyov