Skip to content

Releases: searls/jasmine-maven-plugin

Jasmine Maven Plugin 3.0 Beta 2

08 Nov 09:49
Compare
Choose a tag to compare
Pre-release
  • Fixed a path issue while building on Windows (#376)
  • Upgraded several dependencies

Jasmine Maven Plugin 3.0 Beta 1

16 Sep 15:15
Compare
Choose a tag to compare
Pre-release
  • 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 port 8234 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

https://search.maven.org/search?q=g:com.github.searls%20AND%20a:jasmine-maven-plugin%20AND%20v:3.0-beta-01

Jasmine Maven Plugin 3.0 Alpha 1

08 Feb 14:00
Compare
Choose a tag to compare
Pre-release
  • 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

https://search.maven.org/#artifactdetails%7Ccom.github.searls%7Cjasmine-maven-plugin%7C3.0-alpha-01%7Cmaven-plugin

Jasmine Maven Plugin 2.2

14 Sep 01:39
Compare
Choose a tag to compare
  • Adds the Ability To Define Custom Reporters (#299)

Jasmine Maven Plugin 2.1

13 Jan 03:15
Compare
Choose a tag to compare
  • 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

22 Aug 04:45
Compare
Choose a tag to compare

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

10 May 04:57
Compare
Choose a tag to compare
Pre-release

Jasmine Maven Plugin 1.3.1.6

02 May 07:39
Compare
Choose a tag to compare
  • 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

02 May 07:40
Compare
Choose a tag to compare
Pre-release
  • 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

18 Jun 02:19
Compare
Choose a tag to compare
Pre-release

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.