Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@poftadeh poftadeh released this 16 Jan 04:58
· 226 commits to master since this release

Adds

  • Get Page Source endpoint.
  • /shutdown endpoint (non-W3C). Used by Selenium to instruct a WebDriver process to exit.
  • End-to-end tests for session creation and deletion endpoints.

Fixes

  • Fixed incorrect browserVersion sent when creating a session.
  • Removed unnecessary process.env checks when starting the server.
  • Fixed broken npm run watch script.
  • Fixed bug when trying to run lint scripts manually.
  • Fixed bug when attempting to commit markdown file changes with husky.

Repo Improvements

  • Documentation: updated instructions for building PlumaDriver, and using it with or without Selenium.
  • Added CONTRIBUTING.md with commit format information.
  • Added Commitizen to provide an interactive way to create commits with npm run commit.