Package Spotlight: Karma

Package Spotlight: Karma

JavaScript lives in the browser. Therefore you need a way to test it not hypothetically but in reality. That’s where Karma comes in. Karma allows developers to run their JavaScript unit and integration tests from within real browsers. Configuration can be set to utilize any number of browsers like Chrome, Firefox, or in our case, Phantom (a headless browser).

Most other test runners run tests within a hypothetical environment which means once the JavaScript code hits production there may be an issue. With Karma we are able to run our unit tests in an automated fashion using a headless browser and have much higher confidence in the code we are releasing.

Package Name: Karma
Website: http://karma-runner.github.io/

Feature Announcements
TRYTN

Customer Cart Widget

We recently released some new functionality specific for those tour operators that use the embedded booking experience. We’ve heard feedback that customers find it confusing

Read More »
someone ideating on a white board with comps
Release Notes
TRYTN

May 2021 Release Notes

Is it already the end of May?! We’ve been heads-down squashing over 60 bugs while focusing on high-touch first experiences like registration, login, and account

Read More »

Request a Demonstration