MCPcopy Create free account
hub / github.com/firebase/firebase-tools / getTestCaseNames

Function getTestCaseNames

src/apptesting/parseTestFiles.spec.ts:191–199  ·  view source on GitHub ↗
(filenameFilter = "", testCaseFilter = "")

Source from the content-addressed store, hash-verified

189 }
190
191 async function getTestCaseNames(filenameFilter = "", testCaseFilter = "") {
192 const tests = await parseTestFiles(
193 tempdir.name,
194 "https://www.foo.com",
195 filenameFilter,
196 testCaseFilter,
197 );
198 return tests.map((t) => t.testCase.displayName);
199 }
200
201 it("returns an empty list if no match", async () => {
202 writeFile("aaa.yaml", createBasicTest(["axx", "ayy", "azz"]));

Callers 1

Calls 1

parseTestFilesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…