gemini
gemini copied to clipboard
v.6 breaking changes
- [ ] Rename events:
-
START_BROWSER->SESSION_START -
STOP_BROWSER->SESSION_ENDThose events actually indicate when browser session starts and ends. There are lots of sessions during run
-
- [ ]
rootUrl–>baseUrl - [ ]
ignoreElementsmethod: ignore all matched elements by default without any helpers — https://github.com/gemini-testing/gemini/pull/692 - [ ] run tests with command
geminiinstead ofgemini testby default. - [ ] drop [email protected]
- [ ] Get rid of deprecated
skipandbrowsersAPI methods – here and here. Also remove any reference from documentation.