Remove legacy Gherkin spec folder - #8
Merged
Conversation
These BDD-style feature specs relied on Pester's old Gherkin plugin (Invoke-GherkinStep) and haven't been touched since 2017. The build and CI now run Pester 5.7.1 against Tests/ only, which dropped Gherkin support entirely, so spec/ was dead and unrunnable. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014u9G91TefcQ42MAGvWrrqK
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spec/, a set of Gherkin-style.feature/.Steps.ps1BDD specs that relied on Pester's oldInvoke-GherkinSteppluginBuildTasks/Pester.Task.ps1) and CI (.github/workflows/ci.yml) both runInvoke-PesteragainstTests/only, and Pester 5.7.1 (the pinned version) dropped Gherkin support entirely, so this folder hasn't been runnable for a whileTest plan
spec/is not referenced byBuildTasks/Pester.Task.ps1or.github/workflows/ci.ymlTests/*.Tests.ps1(the files actually exercised by CI) are untouched🤖 Generated with Claude Code
https://claude.ai/code/session_014u9G91TefcQ42MAGvWrrqK