Unify testing with npm
Last updated
Last updated
My Gist:
Reading Material:
Even docker mixes npm scripts with docker and mocha tests very well:
Some people prefer to use grunt
commands to make it easy, like: grunt test:e2e
can be setup and configured to take care of running all tests without knowing much about underlying stuff. But it would be nicer if same could be in package.json
instead.