Releases: webdriverio-community/wdio-electron-service
Releases · webdriverio-community/wdio-electron-service
Release 3.3.1
Release 3.3.0
No changes.
Release 3.2.2
Release 3.2.1
Fixed:
bin
directory not in package
Developer:
- CI: Updated PNPM action in workflows
- CI: Updated Node setup action in workflows
- CI: Updated workflows to use PNPM 7.3
- Added debug for release script
- Updated dependencies
Release 3.2.0
New:
- Chromedriver management delegated to users via
electron-chromedriver
Fixed:
- Jest 28 UUID issue
Developer:
- Updated dependencies
Release 3.1.0
New:
- Multiremote support
- Removed
newSessionPerTest
option - the feature doesn't behave as expected in all cases and most users will want to manage session state themselves.
Developer:
- Using the official airbnb rules for linting TS
- Updated dependencies
Release 3.0.1
Release 3.0.0
New:
- Access to Electron APIs -
app
,process
,browserWindow
, and a custom API for implementing your own - Required Node version is now 16
Developer:
- CI: Now using Node 16
- Using the semi-official fork of the abandoned
eslint-plugin-node
- Updated dependencies
Release 2.1.0
New:
- Added
newSessionPerTest
option to allow user management of app state across tests