bcgov-nr / action-gherkin-issue-processor

Github Action that turn github issues into gherkin/cucumber files
Apache License 2.0
0 stars 0 forks source link

Sample Test Scenario #1

Open paulushcgcj opened 2 months ago

paulushcgcj commented 2 months ago

Test Scenario

Feature: Guess the word

  # The first example has two steps
  Scenario: Maker starts a game
    When the Maker starts a game
    Then the Maker waits for a Breaker to join

  # The second example has three steps
  Scenario: Breaker joins a game
    Given the Maker has started a game with the word "silky"
    When the Breaker joins the Maker's game
    Then the Breaker must guess a word with 5 characters

Additional Instructions

No response

mishraomp commented 1 month ago

this is so cool, can I see how guys are using it, @paulushcgcj @DerekRoberts

DerekRoberts commented 1 month ago

@mishraomp I'm useless! Let's both ask @paulushcgcj. :P

mishraomp commented 1 month ago

@mishraomp I'm useless! Let's both ask @paulushcgcj. :P

understood, the usage from here, https://github.com/bcgov/nr-forest-client/blob/main/.github/workflows/issue-gherkin.yml

looking to add it to my stack in Organics Info, if possible with playwright