Skip to content

Instantly share code, notes, and snippets.

@jperata
Created January 30, 2019 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jperata/8303bd401036eb4894c7421275b90f8a to your computer and use it in GitHub Desktop.
Save jperata/8303bd401036eb4894c7421275b90f8a to your computer and use it in GitHub Desktop.
E2E test Example From GuessThePrice
---
configuration: # This is the configuration section, you can define your locale or the mocks here
locale: en-US
type: simulation
skillId: amzn1.ask.skill.612ef5f8-697a-43ab-ac3c-2523a0617b7b
stage: live
---
- test: Invoke skill, play once with two players and cancel.
- open guess the price: how many persons are playing today
- two: contestant one please tell us, what is your name
- jordi: Contestant 2 please tell us, what is your name
- caterina: "let's start the game: Jordi your product is * Guess the price" # Quotes because there is a colon in the right part
- one hundred and forty nine: you said 149 , the actual price was * dollars. Your score for that answer is * points. Now is Caterina turn
- forty three: Now is Jordi turn. Your next product is
- cancel: Goodbye!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment