erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

New parser: And/But/* steps #93

Open erikedin opened 3 years ago

erikedin commented 3 years ago

The new parser will not convert these to one of Given/When/Then as the current parser does. Instead, we'll add them as separate step types.

I could create one single step type that instead keeps track of the step type in a value, but I would like to keep the option open to dispatch on step type in the execution and presentation of steps, so I won't.