pywright-cucumber/features/example.feature

7 lines
203 B
Gherkin
Raw Permalink Normal View History

2024-07-24 20:25:00 +00:00
# Created by gregg at 24/07/2024
Feature: showing off behave
Scenario: run a simple test
Given we have behave installed
When we implement a test
Then behave will test it for us!