7 lines
139 B
Gherkin
7 lines
139 B
Gherkin
|
Feature: JUnit Reporter
|
||
|
Scenario:
|
||
|
Given I want to use the "JUnit" reporter
|
||
|
When I run the test suite
|
||
|
Then it should succeed
|
||
|
|