February 2019
Beginner
694 pages
18h 4m
English
Testem is a Node-based test runner. It is run from the command line and opens up a simple interface to view test results. Testem will automatically detect changes to JavaScript files and execute tests on the fly, providing instant feedback during the unit testing phase. Testem also has a very handy feature that allows multiple browsers to connect to the same testem instance. This allows us to connect an instance of Chrome, Firefox, IE, Opera, Safari, QupZilla, or pretty much any type of browser to the same testem runner. Testem will rerun our tests in each and every browser and present a summary view as follows:

Testem also has a continuous ...
Read now
Unlock full access