team-quick-draw / quickdraw

Illustrate how Service Oriented Architectures (SOAs) have changed over time by creating an app that randomly selects a winner for a prize drawing.
MIT License
2 stars 0 forks source link

Find a good Javascript test framework #7

Closed jkilgrow closed 7 years ago

jkilgrow commented 7 years ago

Evaluate frameworks. Decide on one.

Possible criteria:

  1. easy to learn/use
  2. good coverage reporting
  3. flexible enough to handle a large range of scenarios
jkilgrow commented 7 years ago

Possible candidates:

jkilgrow commented 7 years ago

mocha is a nice and easy javascript test framework. I also used chai for assertions (expectations in chai). Both of these have a very nice, natural language. With a little practice, I think this is something that we could easily catch on to.

I will add some more notes on this to the wiki.