Cypress is a modern testing framework built for automated UI and unit testing. In this Tech in 2, Principal Consultant Josh Schanke shares why utilizing Cypress can mean higher quality code and faster development.
Cypress is a modern testing framework built for automated UI testing and unit testing. It works equally well for both, but it’s mostly used for automated UI testing and supports both javascript and typescript. If you start using Cypress, you probably see more tests written, which means higher quality code and that your team will be able to move faster due to having less bugs.
Easy To Learn
Cypress is definitely the easiest testing framework I’ve ever had to learn. And with a lot of other things you’re learning: Protractor, Selenium, Jasmin Mocha, Chai – it’s a lot of stuff at once. With Cypress, you’re learning just Cypress. It’s an all-in-one testing framework. It doesn’t use selenium. If you’ve used those other ones it’s going to be really easy to pick up.
No Wait Testing
There’s no explicit calls out to any kind of waiting function. With all the other ones, you’re trying to specify a five second wait time for something to render. With Cyprus, you’re calling their wait function to handle all that stuff for you.
Efficient Debugging
Cypress has the ability to debug things. Throughout each step in your automated UI testing, your test is taking a snapshot of what’s happening every step of the way, so you can go and see all the things that your test is doing and look at the DOM every step of the way. So you can say “Oh, why didn’t this show up?” or “Oh, this thing happened.”. It’s really easy to figure out what happened in your test.
Cypress Runs In Different Browser Types
One of the big benefits of Cypress is that it runs in the browser. It runs the exact same way your users are viewing. If you use Chrome, you can run chrome for your test. You can have Chrome headless running your CI server. Your tests are looking at your applications the exact same way your users are.
It’s by far my favorite testing framework that I’ve ever had to use. We had an application that we typed over a bunch of tests from protractor and it took us less than a week and our testing velocity increased so much after that. It’s just so much easier to debug, so much easier to write tests in the first place. It’s just been huge for us.

zSpace Client Showcase
zSpace is a tech company that provides immersive learning experiences using virtual and augmented reality. In this client showcase, Jill Donnelly, Director of Strategic Initiatives at zSpace, discusses why they chose to work with Sparq (after interviewing over 20 potential partners!) and how invaluable our "team perspective" has been to their organization.

AI in UX
For Principal Consultant and UX Design Lead Joe Dallacqua, how to utilize AI in UX is a conversation he’s having every day. In this Tech in 2, Joe shares three ways he’s seeing AI help UX designers become not only more efficient, but more creative as well.

Personalization in Insurance
With so much data at their fingertips, insurers have an exciting opportunity to create a more personalized customer experience. In this Tech in 2, Client Partner John Suminski discusses how when data and the right technologies come together, this synergy can create highly personalized products and pricing.

BellXcel Client Showcase
BellXcel is a nationally-recognized nonprofit that empowers youth program providers with innovative solutions, services and resources that create meaningful impact. Learn how we partnered to build key functionality for the Arly platform, which has successfully reached over 100,000 scholars.