xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

Feature request: Chimp mocha tests example #15

Closed kristijanhusak closed 3 years ago

kristijanhusak commented 8 years ago

This best practices covers almost all types of testing, except mocha tests that are ran with chimp --mocha like explained here https://chimp.readme.io/docs/getting-started-mocha. Will they maybe be added? I tried to add them myself, but i always get describe is not defined. Am I doing something wrong?

samhatoum commented 8 years ago

can you show me the file you're using?

kristijanhusak commented 8 years ago

I managed to run it on another machine, not sure why it didn't work on the first one, will try it at Monday. Anyway, few mocha tests with npm script to run them would be good, just to have it as an example.