You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Cucumber in this repo is very outdated, which affects also how the Cucumber steps are implemented. The upgrade needs to be done manually (see dependabot attempt here - #217) and with care. When done, the infrastructure should be radically simplified. See e.g. https://github.com/apiaryio/dredd-hooks-template/ for inspiration.
The text was updated successfully, but these errors were encountered:
I can update the package as a part of #221, as the pull request rewrites most of theall step definitions anyway. I've also spent some time with the latest Cucumber and I'm familiar with the latest step definition syntax. It should be feasible in that pull request's scope.
$ git fetch origin # should download all remote branches on the background
$ git cherry-pick efb16f2 # pick this commit (from any branch known to git) and append it to my current branch
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cucumber in this repo is very outdated, which affects also how the Cucumber steps are implemented. The upgrade needs to be done manually (see dependabot attempt here - #217) and with care. When done, the infrastructure should be radically simplified. See e.g. https://github.com/apiaryio/dredd-hooks-template/ for inspiration.
The text was updated successfully, but these errors were encountered: