test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

pass metadata and tags from suite to test case in cucumber #75

Closed ASaiAnudeep closed 3 months ago

ASaiAnudeep commented 3 months ago
@test-suite-tag
Feature: Test Suite Name

  @test-case-tag
  Scenario: Test Case Name
    Given I login to the app

Test case should have both @test-suite-tag and @test-case-tag