fix(FN-2321): standardize loopback-gated integration test labeling
- Refine the dashboard loopback integration helper with documented helper contracts and centralized skipped-name formatting - Keep loopback bind detection memoized so all gated integration suites share one environment probe - Update loopback-gated dashboard suites to use consistent, explicit scope labels in skip output - Refresh skipped-test inventory docs with the new audit commands and loopback helper usage details
This commit is contained in:
@@ -2,7 +2,7 @@ import express from "express";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { createLoopbackIntegrationTest } from "./__tests__/loopback-integration-test.js";
|
||||
|
||||
const staticAssetIntegrationTest = await createLoopbackIntegrationTest("static asset serving");
|
||||
const staticAssetIntegrationTest = await createLoopbackIntegrationTest("server-static-assets integration");
|
||||
|
||||
describe("static asset serving", () => {
|
||||
staticAssetIntegrationTest("returns 404 for missing asset paths instead of falling back to index.html", async () => {
|
||||
|
||||
Reference in New Issue
Block a user