dreadfullydistinct
UI behavior specification language/tool
Not really the same thing but just sprung to mind when you were talking about specifications and testing. In particular, the Gherkin syntax is probably preferable to a TS object for describing a spec, in my opinion
4 replies
UI behavior specification language/tool
Have you come across Cucumber? It only does the first half which i.e. serves as a testing tool based on behaviour specs which you write in Gherkin syntax (‘Given I’, ‘When ‘I, ‘Then’)
https://github.com/cucumber/cucumber-js
4 replies