Skip to content

Examples

Rocketship comes with example test suites that demonstrate different features and use cases. Each example includes detailed explanations and ready-to-use test specifications.

Available Examples

HTTP Testing

Running the Examples

The examples use the hosted test server at tryme.rocketship.sh. This server provides a simple HTTP API that you can use to experiment with Rocketship's features. Details:

  • Test CRUD operations for a resource type
  • Resources are isolated based off your IP
  • FYI: Resource cleanup is done hourly (every :00)

Then, run an example:

# Run the example test suite
rocketship run -af examples/request-chaining/rocketship.yaml

You can find the test server's source code in the for-contributors/test-server directory.