from Hacker News

FuncUnit and Cucumber – a perfect combo for frontend testing

by retro212 on 7/22/14, 9:42 AM with 2 comments

  • by throwawayaway on 7/22/14, 9:49 AM

    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.
  • by peteretep on 7/22/14, 10:01 AM

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