Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Test Scenario #1

Open
paulushcgcj opened this issue Sep 17, 2024 · 3 comments
Open

Sample Test Scenario #1

paulushcgcj opened this issue Sep 17, 2024 · 3 comments

Comments

@paulushcgcj
Copy link
Contributor

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

@paulushcgcj paulushcgcj pinned this issue Sep 18, 2024
@mishraomp
Copy link

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

@DerekRoberts
Copy link
Member

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

@mishraomp
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants