Skip to main content

Creating Tests - HTTP

👉 Join our shared Pokeshop API Demo environment and try creating a Test yourself!

Main Screen

Click the Create button:

Create a Test Button

The "Create New Test" dialog appears. Choose the kind of trigger to initiate the trace:

  • HTTP Request - Create a basic HTTP request.
  • GRPC Request - Test and debug your GRPC request.
  • Kafka - Test consumers with Kafka messages.
  • TraceID - Define your test via a TraceID.

Or, choose to use an external integration to trigger Tracetest:

  • Cypress
  • Playwright
  • k6
  • Artillery

Then, click one of the options to continue:

Choose Trigger

In this example, an HTTP Request has been chosen.

Choose Example

Input the Name and Trigger details or select one of the example provided in the drop down:

Choose Example Pokemon

The Pokemon - Import example has been chosen.

Choose Example Pokemon

Add any additional information and click Run:

Create Test

The test will start:

Awaiting Trace

When the test is finished, you will get the following results:

Finished Trace

Please visit the Test Results document for an explanation of viewing the results of a test.

👉 Join our shared Pokeshop API Demo environment and try creating a Test yourself!