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