Fluent Commerce Logo
Docs

Set Up a Fresh Environment for Testing - Fluent AI Skills

How-to Guide

Author:

Fluent Commerce

Changed on:

31 Mar 2026

Key Points

[Warning: empty required content area]

Steps

Step arrow right iconBootstrap (New Account)

`Bootstrap a new Fluent account from scratch`

Walks through: profile creation, retailer setup, reference module installation, sample data.
Or configure an existing retailer:
`Set up a warehouse location called "Sydney DC" with 24/7 hours`

Creates the location via GraphQL with proper `openingSchedule`.

Step arrow right iconCreate Test Data

`Create a test HD order with 2 items`

Auto-discovers available products, locations, and customers from the live environment. Generates a valid order payload — no hardcoded refs.

Step arrow right iconRun Smoke Test

`Run an E2E test of the full HD order flow`

Creates order → fires events through each status → asserts transitions → reports results. On failure, automatically runs event forensics to show exactly where it broke.