Technical requirements
The code examples for this chapter can be found at https://github.com/PacktPublishing/Writing-API-Tests-with-Karate/tree/main/chapter04.
You will also require the system and IDE setup we completed in Chapter 2, Setting Up Your Karate Project.
Example project
For this chapter, we will use an example project called running-tests
, which is created using the standard Karate Maven archetype as is. As opposed to before, this time, we will use all generated files as they demonstrate the different run possibilities well.
Let’s first check out some different ways we can run Karate tests straight from VS Code!