Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump karate-junit5 from 0.9.5 to 0.9.6 #54

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps karate-junit5 from 0.9.5 to 0.9.6.

Release notes

Sourced from karate-junit5's releases.

v0.9.6

What's New

Breaking Changes

  • match contains will not recurse nested items any more, use contains deep as explained above
  • karate.stop() now takes a mandatory port number argument, so you can call the same (static) cURL command to resume, e.g. curl localhost:8080
  • exists() API refactored for UI tests, see this thread for details
  • a match with a primitive number on the right-hand-side could incorrectly pass, this should be very rare - see this thread for details
  • again extremely unlikely and rare, but a backslash (\) character was getting swallowed in doc-string (triple-quote) sections, so in case you were escaping them, you don't need to any more (commit details)

For a list of all issues closed in this release, go here.

To keep track of news and releases, follow us on Twitter @​KarateDSL or on LinkedIn by joining this group.

Contributors

Thanks to the following rock stars for contributions and pull-requests ! @​10twenty4 @​a-st @​abhi-rao @​babusekaran @​cueo @​michaelpro1 @​maxandersen @​kchopperla @​KostasKgr @​ewexlerr @​joelpramos @​kirksl @​luizvaz

Vote for Karate !

Karate is in the running for "Best Open Source Project" in the HackerNoon "Noonies".

Show your appreciation for Karate by voting here: Best Open Source Project

... (truncated)

Commits
  • 3322d55 release 0.9.6
  • 9546c31 [ui] driver interface has terminated property
  • 58e3387 use scenario outline enhancements in readme
  • 9a3d926 Merge pull request #1259 from luizvaz/develop
  • 802a004 Merge remote-tracking branch 'origin/develop' into develop
  • efbd697 Fixed a issue with messages getting missed by wait.send method.
  • 74fa96f Fixed a issue with messages getting missed by wait.send method.
  • a570297 improve post pr #1256
  • f2222b3 Merge pull request #1256 from luizvaz/patch-1
  • 9a5fd37 Update DriverOptions.java
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/com.intuit.karate-karate-junit5-0.9.6 branch 5 times, most recently from bb7fde7 to e84dd7f Compare March 8, 2021 20:26
@dependabot dependabot bot force-pushed the dependabot/maven/com.intuit.karate-karate-junit5-0.9.6 branch from e84dd7f to 25a8b40 Compare March 8, 2021 20:29
@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #54 (acfb496) into master (364f5a0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #54   +/-   ##
=========================================
  Coverage     85.18%   85.18%           
  Complexity       10       10           
=========================================
  Files             3        3           
  Lines            27       27           
=========================================
  Hits             23       23           
  Misses            4        4           
Flag Coverage Δ Complexity Δ
unittests 85.18% <ø> (ø) 0.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 364f5a0...acfb496. Read the comment docs.

@t-strecker t-strecker merged commit d191508 into master Mar 8, 2021
@t-strecker t-strecker deleted the dependabot/maven/com.intuit.karate-karate-junit5-0.9.6 branch March 8, 2021 20:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant