-
Notifications
You must be signed in to change notification settings - Fork 272
Comparing changes
Open a pull request
base repository: cucumber/godog
base: v0.15.0
head repository: cucumber/godog
compare: v0.15.1
- 16 commits
- 34 files changed
- 11 contributors
Commits on Nov 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9b699ff - Browse repository at this point
Copy the full SHA 9b699ffView commit details
Commits on Nov 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c5a88f6 - Browse repository at this point
Copy the full SHA c5a88f6View commit details
Commits on Nov 14, 2024
-
* Add dialect options to support localisation * Add test for ParseFeatures support for localisation
Configuration menu - View commit details
-
Copy full SHA for da4633a - Browse repository at this point
Copy the full SHA da4633aView commit details
Commits on Dec 10, 2024
-
Add details to "step is undefined" error (#669)
* Add details to "step is undefined" error * Update changelog
Configuration menu - View commit details
-
Copy full SHA for e55eab6 - Browse repository at this point
Copy the full SHA e55eab6View commit details
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14fe127 - Browse repository at this point
Copy the full SHA 14fe127View commit details
Commits on Jan 30, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for e03da74 - Browse repository at this point
Copy the full SHA e03da74View commit details
Commits on Mar 19, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 4a4fd8a - Browse repository at this point
Copy the full SHA 4a4fd8aView commit details
Commits on Mar 24, 2025
-
Replace deprecated
::set-output(#681)As per the deprecation warning and explanation at https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for 74fa488 - Browse repository at this point
Copy the full SHA 74fa488View commit details
Commits on Jul 4, 2025
-
chore(deps): update dominikh/staticcheck-action action to v1.4.0 (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 532be7d - Browse repository at this point
Copy the full SHA 532be7dView commit details
Commits on Jul 15, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3651f88 - Browse repository at this point
Copy the full SHA 3651f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0bb7f - Browse repository at this point
Copy the full SHA 6a0bb7fView commit details
Commits on Jul 18, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 963f338 - Browse repository at this point
Copy the full SHA 963f338View commit details
Commits on Jul 19, 2025
-
feat: support uint types (#695)
* feat: support uint types * feat: add test for uint types.
Configuration menu - View commit details
-
Copy full SHA for 9b4d5e9 - Browse repository at this point
Copy the full SHA 9b4d5e9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6ba3a7e - Browse repository at this point
Copy the full SHA 6ba3a7eView commit details -
Print step declaration line instead of handler declaration line (#668)
* Print step declaration line instead of handler declaration line. * Update changelog.
Configuration menu - View commit details
-
Copy full SHA for 005cfc2 - Browse repository at this point
Copy the full SHA 005cfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7da3ab - Browse repository at this point
Copy the full SHA b7da3abView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.0...v0.15.1