Hacker News new | ask | show | jobs
FuncUnit and Cucumber – a perfect combo for frontend testing (retroaktive.me)
13 points by retro212 4344 days ago
2 comments

FuncUnit is an interesting concept to me because oftentimes I find little value in Unit Tests and great value in Functionality tests, yet the path of least resistance to implement Functionality tests is usually Unit Testing frameworks.

    > while allowing non technical stakeholders to write
    > feature definitions.
This is why we can't have nice things.