Last active
August 29, 2015 14:10
-
-
Save phuedx/b827727acad8ce9dc188 to your computer and use it in GitHub Desktop.
Can we repurpose the Gherkin syntax to define simple experiments?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Experiment: version | |
Scenario: | |
Given the user is logged in | |
Then they should have a 70% chance of being "A" | |
And they should have a 30% chance of being "B" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment