Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freckle/hspec-junit-formatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0.4
Choose a base ref
...
head repository: freckle/hspec-junit-formatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1.0
Choose a head ref
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on May 18, 2021

  1. Utilize the new Test.Hspec.Core.Format module

    The new format module is more flexible than the previous `writeLn`
    formatting system. This implements a new version of
    the package that no longer needs all the indirection of printing,
    parsing, and re-rendering a junit.xml file. Large swaths of code have
    been deleted and additional improvements have been made.
    
    Removed
    ===========================
    - Temp files are no longer necessary.
    - Nested suites in the schema are no longer necessary for after parse normalization.
    - `withConfig` is removed in favor of exposing the `Format` function directly.
    
    Improvements
    ===========================
    - Test case duration is now supported via `itemDuration`.
    - Failure locations are listed via `Location` provided by some results.
    - `timestamp` in the resulting XML now displays the start time of formatting.
    - Lower bound on hspec-core to support new format module.
    
    Pending
    ===========================
    - A golden tests has been added, but requires normalization of timestamp and times
      to run without error.
    - IDs follow the incrementing ID schema prescribed for JUnit.
    eborden committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c1a816a View commit details
    Browse the repository at this point in the history
Loading