Releases: searls/jasmine-maven-plugin
Releases · searls/jasmine-maven-plugin
Jasmine Maven Plugin 3.0 Beta 2
- Fixed a path issue while building on Windows (#376)
- Upgraded several dependencies
Jasmine Maven Plugin 3.0 Beta 1
- Automatically open web browser when running
jasmine:bdd
(#352) - Include filename and line number when there are console errors (#326)
- Choose a random available port when running
jasmine:bdd
if port8234
is not available (#283) - Support
RemoteWebDriver
(#353) - Remove direct support for HtmlUnit (#351)
- Upgrade Jasmine to
v3.5.0
- Upgrade Selenium to
v3.141.59
Jasmine Maven Plugin 3.0 Alpha 1
- Requires Java 8
- PhantomJS has been replaced with headless Chrome. Chrome must be preinstalled but the ChromeDriver is installed automatically by the plugin.
- CoffeeScript is no longer supported
- Upgraded to Jasmine 2.6.0
- Upgraded to Jetty 9.4.8.V20171121
- Upgraded to Selenium 3.8.1
Jasmine Maven Plugin 2.2
- Adds the Ability To Define Custom Reporters (#299)
Jasmine Maven Plugin 2.1
- Use the
boot.js
from the jasmine webjar (see #275) - Upgrade jasmine to version 2.4.1
- Upgrade selenium to version 2.48.2
- Upgrade htmlunit to version 2.18
- Upgrade other various dependencies
Jasmine Maven Plugin 2.0
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.
Jasmine Maven Plugin 2.0 Beta 2
- 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.
Jasmine Maven Plugin 1.3.1.6
- Upgraded Selenium version to
2.45
. - Execution time is written to the test report if available. See #271
Jasmine Maven Plugin 2.0 Beta 1
- Upgraded Jasmine version to
2.3.0
. - Added ability to override the version of Jasmine used. See documentation for more information.
- 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
Jasmine Maven Plugin 2.0 Alpha 1
This is an extremely early alpha release of the upcoming 2.0 release. It has only had a minimum amount of testing and is subject to more changes before the official 2.0 release.
Changes:
- Upgraded to Jasmine 2.0.0
- Jasmine is now brought in as a WebJar.
- Deprecated configuration parameters are no longer supported.
Please let me know if you find any issues.