# Functions
FromBytes returns a Scenario after parsing the supplied contents.
FromReader parses the supplied io.Reader and returns a Scenario representing the contents in the reader.
New returns a new Scenario.
WithDefaults sets a test scenario's Defaults attribute.
WithDescription sets a test scenario's Description attribute.
WithName sets a test scenario's Name attribute.
WithPath sets a test scenario's Path attribute.
WithFixtures sets a test scenario's Fixtures attribute.
# Constants
DefaultsKey is the key within the Defaults collection for scenario defaults.
# Type aliases
ScenarioModifier sets some value on the test scenario.