Code name: Third-party plugins
This release adds support for loading third-party plugins from external JAR files. See the documentation for details:
The release also adds command line option --log-level that allows configuring the log level. Possible values are OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL. The default log level is WARNING.
The release also adds support for using Gherkin feature files with OFT, thanks to @sophokles73 for his contribution!
- #413: Added support for third-party plugins
- #425: Add support for reading Tags from Gherkin feature files (@sophokles73)