Remove Babel transpilation. Node 6.4.0 or greater is now required.
Handle browser.manage.logs()
failing. GeckoDriver currently doesn't support it and blows up with a stack trace.
- Don't print header when there are 0 results after filtering.
- Require
protractor
> 2.2.0
as apeerDependency
.
- Make plugin compatible with the new plugin system introduced in
protractor
2.2.0
.
- Add
protractor
as a< 2.1.0
peerDependency
to indicate that1.x
isn't compatible withprotractor
2.2.0
and above.