Example code

This commit is contained in:
programmingPug
2020-08-15 22:08:58 -04:00
parent 416fc3a7eb
commit f0a48e25f4
16 changed files with 611 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Feature: Video Controls
In order to control a video
As a user
I want to manipulate video controls
Scenario: Pause video playback
Given I have logged into the application
And I have started playing a video
When I press pause
Then the video should be paused