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]Prerequisites
Steps
Bootstrap (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`.
Create 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.
Run 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.