Jasmine Maven Plugin 2.0
klieber
released this
22 Aug 04:45
·
225 commits
to master
since this release
This has been a long time coming but here is the official 2.0 release:
All changes since 1.3.1.x:
- Upgraded Jasmine version to
2.3.0
. - Version of the plugin is no longer kept in sync with the Jasmine version.
- Jasmine is now brought in as a WebJar.
- Added ability to override the version of Jasmine used. See documentation for more information.
- Deprecated configuration parameters are no longer supported.
- Upgraded Selenium version to
2.45
as well as upgraded many other dependencies. - Execution time is written to the test report if available. See #271
- PhantomJs is now used by default.
- Uses core of the phantomjs-maven-plugin to automatically download and install PhantomJs. See the documentation on the phantomjs parameter for configuring.
- The browserVersion configuration parameter has been deprecated. Use webDriverCapabilities instead.