Faster, easier, end-to-end testing with CircleCI and Cypress

preview_player
Показать описание
Learn how to set up Cypress on CircleCI to maximize end-to-end testing efficiency.

Running a complex tool on a continuous integration (CI) server can be a frustrating experience if you run into tricky config errors. Luckily, CircleCI orbs provide a simple way for teams to write their CI config without needing to do all of the heavy lifting.

The team at Cypress has written the official Cypress orb to help users easily test their web apps on every commit without dealing with common configuration mistakes. In this webinar, you will learn how to use the Cypress orb to run end-to-end tests against different environments to help make your team fully confident in your web applications.
Рекомендации по теме
Комментарии
Автор

Isi it possible to spin up both the frontend and backend in Circle CI and let the frontend to access the real backend?

LunaZeng-kb