Skip to content

Plugin compatibility, Firefox add-ons, and more

Compare
Choose a tag to compare
@mdmintz mdmintz released this 06 Feb 04:56
· 4428 commits to master since this release
bc502db

Plugin compatibility, Firefox add-ons, and more

  • Better compatibility with pytest plugins that force early exits.
  • Add the ability to install a Firefox add-on instantly at runtime.
    -- New method: self.install_addon(xpi_file)
    -- (Unlike Chrome extensions, which are added on the command-line, Firefox add-ons must be added at run-time.)
  • Update Python dependencies:
    -- pyotp==2.6.0
    -- allure-pytest==2.8.33