stories
stories copied to clipboard
Document testing stories.
Guides / Testing
- Do not unit test story steps in separation
- Run story with different arguments
- assert state properties
- take a look into
primitiveslibrary - never use fixtures - prepare environment with stories instead
- ideally test should be oneliner - tests of stories are stories itself
Follow up of #253