13.46Test fixtures
You already know fixtures from Playwright.
Use test resource files for representative payloads:
src/test/resources/
customers/
valid-customer.json
missing-id.json
premium-customer.json
salesforce/
upsert-success.json
validation-error.json
Then tests don't contain giant inline JSON documents everywhere.