DOCUMENTATION

Configure a system

A system tells Seedalina how an entity becomes real in one of your test environments. You can connect REST APIs, database scripts, or Playwright flows, depending on the workflow you are automating.

Add a connection

Create a system for the target application, then configure the credentials and endpoint appropriate to its test environment. Keep development, integration, and UAT separate: the same template can then produce data in the right place without relying on a tester's memory.

Build an entity template

An entity template describes the data to generate and the operation that creates it. Use synthetic generators for values such as names, addresses, and identifiers, then map those values into the target request or script.

Once the system is connected, you can use the browser extension to generate data where you test.