Hands-On Full Stack Web Development with Aurelia
by Diego Argüelles Rojas, Erikson Murrugarra Murrugarra Sifuentes
Learning KarmaJS
We have explored Jasmine, which basically is a testing framework powered with a cool syntax and functions that help us write the test scripts for our application; in order to execute our test, we had to execute them manually and wait until this finished to see how many tests passed and how many failed.
Karma is a test runner. A test runner is a tool that is configured to look for the test scripts of our application, execute the tests automatically, and export the result of our testing. As we are creating web components with Aurelia, we will need to test our application in different browsers with different characteristics, and as web browsers are different in many ways, we need a way to test our web application in all possible ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access