Getting started
Seedalina gives test teams a shared, repeatable way to create the people, accounts, orders, and other objects their tests need.
Before you begin
You need Docker and access to at least one test environment. Start with a single workflow that your team already repeats often — a customer record is a good first choice.
The quick path
- Start the Seedalina service with Docker.
- Connect the API, database script, or Playwright flow that creates an object.
- Create an entity template with meaningful synthetic values.
- Generate the object from Seedalina or the browser extension.
Find your way around
Seedalina keeps its navigation to four areas:
- Templates — the catalog of entity templates your team maintains.
- Orders — generation runs and the assets they produced.
- Entity pool — the generated objects, ready to be handed to tests. See the entity pool.
- Settings — systems, script repos, users, and your license, all in one place.
Next, configure a system so Seedalina knows how to create the things your tests need.