Skip to content

Instantly share code, notes, and snippets.

@sebs
Created October 4, 2018 19:39
Show Gist options
  • Save sebs/986829aec6a84e35237e5ebe3d706ef9 to your computer and use it in GitHub Desktop.
Save sebs/986829aec6a84e35237e5ebe3d706ef9 to your computer and use it in GitHub Desktop.
Feature: Storage
Scenario: Have a history Available
Given one added valid scenario
When another valid scenario is added
Then the scenario list should contain 2 scenarios
Feature: LocalStorage
Given the editor is used
When the content is changed to another valid scenario
Then the content is stored in local storage
And then a reload shows the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment