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.2.2
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.3.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 1, 2021

  1. Fix file attribute

    * Move prefix tests to golden-based
    
    There's a bug in the file attribute (but not the content), so the prefix
    test didn't catch it. Score one for golden testing I guess.
    
    * Ensure custom prefix is applied in file attribute
    pbrisbin authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4aedd96 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Add hspecJUnit runners and env-based configuration

    The primary purpose of this commit is to simplify usage to just:
    
        main :: IO
        main = hspecJUnit Spec.spec
    
    This necessitated configuration through JUNIT_-prefixed environment
    variables, implemented in the new Config.Env module.
    
    In support of this, we also get:
    
    - hspecJUnitWith
    
      hspecJUnit is to hspec as hspecJUnitWith is to hspecWith. This will be
      useful in our projects that perform further per-suite configuration.
    
    - configAvailableFormatters support, when possible
    
      In hspec-2.9, we can add ourselves to the -f option for conditionally
      running with our format function. This obviates JUNIT_ENABLED, but
      we'll support that too.
    pbrisbin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    38eb127 View commit details
    Browse the repository at this point in the history
  2. Version bump

    pbrisbin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    3b30ed0 View commit details
    Browse the repository at this point in the history
Loading