Changed - Browser settings must be explicitly specified for the `browser` fixture via browser scenarios using the `set_browser` decorator - The `set_browser` decorator now only accepts browser scenario objects - Browser versions must be explicitly specified in the `pyproject.toml` file
Added - Browser and web driver management support
2.0.4
Fixed - Outdated dependencies
2.0.3
Fixed - Outdated dependencies
2.0.2
Fixed - Package name in allowed licenses list
2.0.1
Fixed - Deprecation warning
2.0.0
Changed - The licenses in the `tool.licenses` section of `pyproject.toml` are now matched as regular expressions
Added - Optional Black code style and formatting checks