cucumber-rs / cucumber

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
https://cucumber-rs.github.io/cucumber/main
Apache License 2.0
564 stars 69 forks source link

Update junit-report requirement from 0.7 to 0.8 #229

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on junit-report to permit the latest version.

Changelog

Sourced from junit-report's changelog.

[0.8.0] - 2022-09-09

  • Bump Rust edition to 2021

BREAKING CHANGES

  • Switch from xml-rs to quick-xml due to maintenance status
    • Change Err type of Report::write_xml()
    • Remove indentations and newlines from the generated Report

[0.7.1] - 2022-04-27

  • Added support for an optional file attribute in test cases

[0.7.0] - 2021-11-06

BREAKING CHANGES

  • Switch from chrono to time
  • Switch timestamp formatting (still compliant with both RFC3339 and ISO8601)

[0.6.0] - 2021-07-20

  • Saparate builder types

BREAKING CHANGES

  • Seprate types for the data types and the builders. This restores the old data based API from 0.3.0 and moves the builder API as introduced in 0.4.0 to their own *Builder types.
  • If you are migrating from 0.3.0 there should be no big changes required.
  • If you migrate from 0.4.0 or 0.5.0 you need the following renames: Report -> ReportBuilder TestSuite -> TestSuiteBuilder TestCase -> TestCaseBuilder

[0.5.0] - 2021-06-15

Added

  • Support for skipped or ignored testcases

BREAKING CHANGES

  • Adding support for skipped and ignored testcases extends the TestResult struct by one more variant.

[0.4.2] - 2021-05-28

Fixed

  • Make Error Type public

[0.4.1] - 2021-03-02

Fixed

  • Output format compatible with GitLab and Jenkins.

[0.4.0] - 2020-06-04

... (truncated)

Commits


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)
ilslv commented 2 years ago

FCM

Upgrade `junit-report` crate to 0.8 version (#229, #226)