Hermione v4.0.0 Release Notes

Release Date: 2021-06-28 // almost 3 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ‘ node versions less than 12.0.0 are no longer supported
    • ๐Ÿšš move to latest version of webdriverio (7.x) from our fork
    • โœ‚ remove browser options: "screenshotPath", "w3cCompatible"
    • custom implementation of commands history

    ๐Ÿ”‹ Features

    • โœ… Implemented commands-history (b4c1531)
    • โฌ‡๏ธ drop node versions less than 12 (48fb22b)
    • โšก๏ธ update wdio@4 to wdio@7 (66057b4)

    ๐Ÿ› Bug Fixes

    • โœ‚ remove features related to wdio native history (8205bf3)
    • โœ… set screenshotMode to viewport on android browsers (326f5a7)
    • โœ… ability to run tests using "devtools" protocol (85bc868)
    • โœ… test-collection: compare test titles with trim (e245993)
    • ๐Ÿ‘ท worker: load external modules from "--require" option (1abb66a)
    • โœ… use new typings from webdriverio (63d1a5a)
    • โœ… set default port "4444" if it is not specified in "gridUrl" (5dae3c7)
    • โœ… do not fall if port is not specified in "gridUrl" (4e6f49e)
    • โœ… set default port "4444" if it is not specified in "gridUrl" (5de53aa)
    • โž• add error catch on set page load timeout for edge with w3c support (f7e438b)
    • โœ… error in expectation of orientation change (3c8b21d)
    • โœ… reuse session caps in worker from master (5c70fe0)
    • โœ… call "getUrl" if url is not passed in "url" wrapper (24dbd18)
    • โœ… get body width only if it is necessary in "setOrientation" wrapper (a75655b)
    • โœ‚ removed temp hack with error catching on set page load timeout (073cac7)