Skip to content

Bump com.github.searls:jasmine-maven-plugin from 1.3.1.4 to 1.3.1.6#139

Merged
javadev merged 1 commit intomainfrom
dependabot/maven/com.github.searls-jasmine-maven-plugin-1.3.1.6
Apr 24, 2026
Merged

Bump com.github.searls:jasmine-maven-plugin from 1.3.1.4 to 1.3.1.6#139
javadev merged 1 commit intomainfrom
dependabot/maven/com.github.searls-jasmine-maven-plugin-1.3.1.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps com.github.searls:jasmine-maven-plugin from 1.3.1.4 to 1.3.1.6.

Release notes

Sourced from com.github.searls:jasmine-maven-plugin's releases.

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 1.3.1.5

  • Support for referencing scripts from webjars or on the classpath via the preloadSources parameter. See #221.
  • Support for adding additional contexts so that scripts can be loaded from locations other than source and spec directories. See example configuration here and an example project here.
  • Made a small change to the webDriverCapabilities to allow usage of maven's implementation hints so capability values can be objects other than Strings. This does not work on map entry values but it does work on items in a list. For example:
<webDriverCapabilities>
  <capability>
    <name>this-is-a-string-cabability</name>
    <value>a-string</value>
  </capability>
  <capability>
    <name>this-is-a-boolean-capability</name>
    <value implementation="java.lang.Boolean">true</value>
  </capability>
  <capability>
    <name>phantomjs.cli.args</name>
    <list>
      <value implementation="java.lang.Integer">10</value> <!-- works in list elements -->
      <value>this-is-a-string</value>
    </list>
  </capability>
</webDriverCapabilities>

The release should be over in maven central soon. Check it out.

Commits
  • 94c3e9b [maven-release-plugin] prepare release jasmine-maven-plugin-1.3.1.6
  • 1fe60c9 update selenium to 2.45; closes #268
  • f5ef3c1 Write time to test case report if available
  • 260915e fixing integration test for remote runner
  • e38a2da fixing feature test
  • 84c27a6 allow slash in front of context root in config; fixes #240
  • 3409a24 fixing a typo
  • a64e677 another documentation change
  • d2b163b fixing pmd warnings
  • e3406f4 adding pmd and a "quick" profile
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.github.searls:jasmine-maven-plugin [>= 2.a0, < 3]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 20, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (22e2f2a) to head (07c95f0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #139   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      1598      1598           
===========================================
  Files              6         6           
  Lines           4561      4561           
  Branches         835       835           
===========================================
  Hits            4561      4561           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@javadev
Copy link
Copy Markdown
Owner

javadev commented Apr 24, 2026

@dependabot rebase

Bumps [com.github.searls:jasmine-maven-plugin](https://github.com/searls/jasmine-maven-plugin) from 1.3.1.4 to 1.3.1.6.
- [Release notes](https://github.com/searls/jasmine-maven-plugin/releases)
- [Commits](searls/jasmine-maven-plugin@jasmine-maven-plugin-1.3.1.4...jasmine-maven-plugin-1.3.1.6)

---
updated-dependencies:
- dependency-name: com.github.searls:jasmine-maven-plugin
  dependency-version: 1.3.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/com.github.searls-jasmine-maven-plugin-1.3.1.6 branch from 20d80e6 to 07c95f0 Compare April 24, 2026 22:55
@javadev javadev merged commit cb4c271 into main Apr 24, 2026
27 checks passed
@javadev javadev deleted the dependabot/maven/com.github.searls-jasmine-maven-plugin-1.3.1.6 branch April 24, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant