In this post, we will show you how to test your REST API using Kreya. This involves starting with simple status code assertions, progressing to advanced response assertions, and concluding with snapshot testing. Ultimately, we will demonstrate how to automate your tests in your CI/CD pipeline. Setting up a REST operation with Scripting Open a REST operation in Kreya. If you don’t have a Kreya project yet, or if you don’t want to pollute your current one, you can clone our example project from GitHub.