December 2022
Beginner to intermediate
438 pages
8h 53m
English
In the previous chapter, we learned what Cypress is and its benefits. We also learned how to write Cypress end-to-end tests and how to run them. Finally, we learned how to intercept HTTP requests to mock responses.
This chapter will teach you how to combine your Angular and Spring Boot applications and then run them on your local machine.
In this chapter, we will cover the following topics:
The following link will take you to the finished version of code for this chapter: https://github.com/PacktPublishing/Spring-Boot-and-Angular/tree/main/Chapter-16/superheroes ...