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: cucumber/godog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: cucumber/godog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.1
Choose a head ref
  • 16 commits
  • 34 files changed
  • 11 contributors

Commits on Nov 2, 2024

  1. fix(deps): update module github.com/cucumber/godog to v0.15.0 (#661)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9b699ff View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix(formatter): On concurrent execution, execute formatter at end of …

    …Scenario (#645)
    
    * fix(formatter): add onflush logger only print output at end of scenario when running concurrently
    
    * add to changelog
    
    * fix tests
    
    * fix scenario outline output for the Pretty formatter
    
    * fix casing for linter
    
    * add coverage for new storage function
    
    * relate suite back to where it was originally
    
    * better type assertion on flush log
    
    * var name for asserted formatter that doesn't clash with stdlib's fmt
    
    * add coverage to summary
    
    * only defer flush func when running concurrently
    
    * much more concise way of deferring the flush
    
    ---------
    
    Co-authored-by: Viacheslav Poturaev <vearutop@gmail.com>
    tigh-latte and vearutop authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c5a88f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Localisation support (#665)

    * Add dialect options to support localisation
    
    * Add test for ParseFeatures support for localisation
    MegaGrindStone authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    da4633a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Add details to "step is undefined" error (#669)

    * Add details to "step is undefined" error
    
    * Update changelog
    vearutop authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    e55eab6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    14fe127 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. fix(deps): update module github.com/spf13/pflag to v1.0.6 (#675)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    e03da74 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. fix(errors): Fix expected Step argument count for steps with `context…

    ….Context` (#679)
    
    * fix(errors): print correct number of expected steps when step has  defined
    
    * add unit test
    
    * remove duplicate part from unit test
    
    * update changelog
    tigh-latte authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    4a4fd8a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    74fa488 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. chore(deps): update dominikh/staticcheck-action action to v1.4.0 (#689)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    532be7d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. fix: verify dogT exists in the context before using it (#692)

    getTestingT(ctx) can return a nil pointer (if there is no dogT in the context) in this case a segfault causes the whole test harness to fail. By verifying whether there is a dogT in the context, the test can continue.
    cakoolen authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    3651f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a0bb7f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. fix(deps): update module github.com/spf13/pflag to v1.0.7 (#694)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    963f338 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. feat: support uint types (#695)

    * feat: support uint types
    
    * feat: add test for uint types.
    chengxilo authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    9b4d5e9 View commit details
    Browse the repository at this point in the history
  2. Mark junit test cases as skipped if no pickle step results available (#…

    …597)
    
    * Mark junit test cases as skipped if no pickle step results available
    
    * Add tests
    mrsheepuk authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    6ba3a7e View commit details
    Browse the repository at this point in the history
  3. Print step declaration line instead of handler declaration line (#668)

    * Print step declaration line instead of handler declaration line.
    
    * Update changelog.
    SpencerC authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    005cfc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7da3ab View commit details
    Browse the repository at this point in the history
Loading