Skip to content

Commit

Permalink
add basic VK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Mar 23, 2021
1 parent d1d3e5b commit 00d61e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/behave/camera.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Feature: Camera Skill

Background:
Given an english speaking user

Scenario Outline: Take a picture
When the user says "<take a picture>"
Then "camera" should reply with dialog from "acknowledge.dialog"

Examples: Take a picture
| take a picture |
| take a selfie |
| take my picture |
| snap picture |

0 comments on commit 00d61e9

Please sign in to comment.