tangbc / js-test-workflows

A collection of different JavaScript test workflows, helping you choose a suitable/preferable Test-Driven Development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-test-workflows

JavaScript test driven development always sounds tedious, boring and hard. On top of all that, there’s also a confusing array of frameworks and libraries out there. Some work on the server; some work in the browser; some do both… it can be hard to know where to start.

So this repository try to collect different types of JavaScript test workflows, helping you choose a suitable and preferable Test-Driven Development. They are simple but clear.

Done

Each folder is a whole & independent test workfolw/solution.

You can check them out and get start from their readme.md documentation.

Todo

  • ava

Any different test or bugs, please open an issue or create a pull request !

Contribution

If you have any test workfolw which does't exist in current repository, sincere hope to achieve your contribution !

Add a new test workfolw please refer to the following tips:

  • Copy the ---template--- folder.

  • Rename and structure your test workflow inside.

  • Make sure that the test case is simple and workflow is easy to learn.

  • Write a fully readme for your test, tell people how to get start your project quickly.

About

A collection of different JavaScript test workflows, helping you choose a suitable/preferable Test-Driven Development.

License:MIT License


Languages

Language:JavaScript 92.3%Language:TypeScript 7.7%