这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 13, 2020

Bumps github.com/cucumber/godog from 0.9.0 to 0.10.0.

Release notes

Sourced from github.com/cucumber/godog's releases.

v0.10.0

This release includes a lot of smaller bugfixes, but most notably, we now have concurrency support for all our formatters and we now also support concurrency across scenarios.

More information can be found in the Changelog and Release Notes.

Changelog

Sourced from github.com/cucumber/godog's changelog.

[v0.10.0]

Added

  • Added concurrency support to the pretty formatter (275 - [lonnblad])
  • Added concurrency support to the events formatter (274 - [lonnblad])
  • Added concurrency support to the cucumber formatter (273 - [lonnblad])
  • Added an example for how to use assertion pkgs like testify with godog (289 - [lonnblad])
  • Added the new TestSuiteInitializer and ScenarioInitializer (294 - [lonnblad])
  • Added an in-mem storage for pickles (304 - [lonnblad])
  • Added Pickle and PickleStep results to the in-mem storage (305 - [lonnblad])
  • Added features to the in-mem storage (306 - [lonnblad])
  • Broke out some code from massive files into new files (307 - [lonnblad])
  • Added support for concurrent scenarios (311 - [lonnblad])

Changed

  • Broke out snippets gen and added sorting on method name (271 - [lonnblad])
  • Updated so that we run all tests concurrent now (278 - [lonnblad])
  • Moved fmt tests to a godog_test pkg and restructured the fmt output tests (295 - [lonnblad])
  • Moved builder tests to a godog_test pkg (296 - [lonnblad])
  • Made the builder tests run in parallel (298 - [lonnblad])
  • Refactored suite_context.go (300 - [lonnblad])
  • Added better testing of the Context Initializers and TestSuite{}.Run() (301 - [lonnblad])
  • Updated the README.md (302 - [lonnblad])
  • Unexported some exported properties in unexported structs (303 - [lonnblad])
  • Refactored some states in the formatters and feature struct (310 - [lonnblad])

Deprecated

  • Deprecated SuiteContext and ConcurrentFormatter (314 - [lonnblad])

Removed

  • Removed pre go112 build code (293 - [lonnblad])
  • Removed the deprecated feature hooks (312 - [lonnblad])

Fixed

  • Fixed failing builder tests due to the v0.9.0 change ([lonnblad])
  • Update paths to screenshots for examples (270 - [leviable])
  • Made progress formatter verification a bit more accurate ([lonnblad])
  • Added comparison between single and multi threaded runs (272 - [lonnblad])
  • Fixed issue with empty feature file causing nil pointer deref (288 - [lonnblad])
  • Updated linting checks in circleci config and fixed linting issues (290 - [lonnblad])
  • Readded some legacy doc for FeatureContext (297 - [lonnblad])
  • Fixed an issue with calculating time for junit testsuite (308 - [lonnblad])
  • Fixed so that we don't execute features with zero scenarios (315 - [lonnblad])
  • Fixed the broken --random flag (317 - [lonnblad])
Commits
  • 51a3874 v0.10.0 release
  • cff1e2f Merge pull request #313 from cucumber/v0.10.0-rc1
  • fc08413 Wrote Release Notes, updated CHANGELOG.md and versions in README.md and godog...
  • 2cc5a55 Update CHANGELOG.md
  • b7dd087 Merge pull request #315 from cucumber/remove-features-with-no-scenarios
  • 7df9dad Fixed so that we don't execute features with zero scenarios
  • 1033ce0 Merge pull request #317 from cucumber/fixed-the-random-flag-bug
  • 376280c Fixed the broken --random flag
  • 9795588 Updated CHANGELOG.md
  • 46c8dbc Merge pull request #314 from cucumber/deprecations
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 13, 2020
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome and thank you for submitting this PR!! :)

Bumps [github.com/cucumber/godog](https://github.com/cucumber/godog) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/cucumber/godog/releases)
- [Changelog](https://github.com/cucumber/godog/blob/master/CHANGELOG.md)
- [Commits](cucumber/godog@v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/cucumber/godog-0.10.0 branch from 3d6ccc3 to 9c90ea3 Compare August 13, 2020 20:42
@xchapter7x xchapter7x merged commit 5e1a6d1 into master Sep 24, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/cucumber/godog-0.10.0 branch September 24, 2020 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants