feat: add admin smoke tests and enhance testing documentation with new strategies and configurations

This commit is contained in:
2026-05-12 21:01:25 +00:00
parent c058ec760f
commit 53ad012657
14 changed files with 388 additions and 51 deletions
+3
View File
@@ -5,6 +5,9 @@ import { TEST_BASE_URL } from "./fixtures/test-constants"
async function globalSetup() {
const baseURL = TEST_BASE_URL
// Seed cleanup/creation stays run-scoped here so all workers consume the
// same deterministic dataset instead of racing on shared test records.
const ctx = await request.newContext({
baseURL,
ignoreHTTPSErrors: true,