You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`test:ci` (not `test:ci:mock`) is required so aimock does not start and `AIMOCK_URL` stays unset;
273
+
that is what flips the test into real-endpoint mode. `TEST_FILE` is required so unrelated suites
274
+
don't burn through the real API.
275
+
249
276
## Programmatic fixtures (regex matching)
250
277
251
278
For requests that can't be matched by a stable substring (e.g. "starts with `<environment_details>` but not preceded by a user message"), add a programmatic fixture in`src/runTest.ts` using `mock.addFixture()` with a `RegExp` match. These are only available in replay mode and are not recorded.
0 commit comments