- Prevent errors from being raised if they match a filter
- Added instructions to the README about dealing with new versions of Chrome
- Added a new
#build_capabilities
method to wrap the Capabilities configuration
- Added
filter_levels
option for filtering by log level (closes #4) - Fixed Travis CI build
- Stop using threads, it's a fool's errand. We now output logs at the end of each test
- Update colors
- Drop dependencies on net-http-persistent + selenium-webdriver
- Use a new instance with each spec example to avoid issues with code reloading
- Added better multi-line formatting for "\n" literals
- First release!