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

Feat/#24 support cucumber scenario outline #37

Merged
merged 3 commits into from
Sep 2, 2021
Merged

Feat/#24 support cucumber scenario outline #37

merged 3 commits into from
Sep 2, 2021

Conversation

EgorBodnar
Copy link
Contributor

@EgorBodnar EgorBodnar commented Aug 15, 2021

Motivation/Description of the PR

There is no support for setting the TestRail test tag in Gherkin Scenario Outline in an easy way as it is done on regular tests (#24).

According to Scenario Outline implementation in the CodeceptJS( gherkin.js ) I've implemented getting a TestRail tag from Examples and adding the testRailTag to the test tags.

Type of change

  • 🚀 New functionality
  • 📋 Documentation changes/updates

Example of usage

  @someTag
  Scenario Outline: Fill some field
    When I fill some field by text <text>
    Then I see text <text>
    
    Examples:
      | testRailTag | text      |
      | @C1234      | someText1 |
      | @C1235      | someText2 |

@kobenguyent
Copy link
Owner

Thanks 😊

@kobenguyent kobenguyent merged commit 617606b into kobenguyent:master Sep 2, 2021
@EgorBodnar EgorBodnar deleted the feat/#24_support_cucumber_scenario_outline branch October 27, 2021 22:12
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

Successfully merging this pull request may close these issues.

codecept cucumber and testrail test cases
2 participants