A callback for setting up test cases for each scenario. It accepts a Scenario instance.
Typically, in a beforeEach hook of your test suite, you would run prepare to
emit the correpsonding project to the filesystem and apply all CallbackMutateProject to
it.
A callback for setting up test cases for each scenario. It accepts a Scenario instance.
Typically, in a
beforeEach
hook of your test suite, you would run prepare to emit the correpsonding project to the filesystem and apply all CallbackMutateProject to it.