survivejs/maintenance-book

Split testing chapter

sapegin opened this issue · 1 comments

It's way to big and unfocussed now. Probably we could split it into:

  • a quick overview of testing methods;
  • examples that are the most useful of OSS.

Possible examples:

  • Jest (expand or even replace the assert example);
  • Cypress (maybe);
  • size-limit;
  • what else?

Agreed. It also needs techniques like exploratory testing.