stories icon indicating copy to clipboard operation
stories copied to clipboard

Document testing stories.

Open proofit404 opened this issue 4 years ago • 0 comments

Guides / Testing

  • Do not unit test story steps in separation
  • Run story with different arguments
  • assert state properties
  • take a look into primitives library
  • never use fixtures - prepare environment with stories instead
  • ideally test should be oneliner - tests of stories are stories itself

Follow up of #253

proofit404 avatar Mar 25 '21 15:03 proofit404