-
Book Overview & Buying
-
Table Of Contents
Hands-On Automated Testing with Playwright
By :
Shipping software can be stressful. Bugs sneak in, things break at the last minute, and getting code from your laptop to production can feel like a juggling act. That’s where CI/CD comes in. Short for Continuous Integration/Continuous Deployment, CI/CD helps take the stress out of software delivery by automating testing and deployment.
In this chapter, we’ll explore how CI/CD pipelines can supercharge your workflow, especially when paired with automated testing tools such as Playwright. You’ll learn how to set up GitHub Actions to run your tests every time you push code, generate reports you can actually use, and even publish them online with just a few clicks. We’ll also look at using Docker to create consistent test environments that work the same everywhere, whether you’re on your laptop or in the cloud.
By the end, you’ll have everything you need to build an automated pipeline that helps...