Open
Description
For some calculation-heavy domains (such as finance), Excel is the tool of choice for domain experts. Ward Cunningham knew this when he designed FIT.
I want to resurrect a FIT-like experience in Cucumber:
- Domain experts write tables
- Programmers write glue code
The question is - how will this glue code look? I'm not sure the familiar step definition abstraction fits here (no pun intended). The fixture model might be just what we want.
An Excel sheet plus fixtures would be translated to pickles, and from there on Cucumber would just run the pickles. I'm not sure how well the formatter abstractions would fit :-)
What's the simplest thing we could do as an experiment?