MCPcopy Create free account
hub / github.com/gotify/server / GotifyTest

Interface GotifyTest

ui/src/tests/setup.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import kill from 'tree-kill';
10
11export interface GotifyTest {
12 url: string;
13 close: () => Promise<void>;
14 browser: Browser;
15 page: Page;
16}
17
18const windowsPrefix = process.platform === 'win32' ? '.exe' : '';
19const appDotGo = path.join(__dirname, '..', '..', '..', 'app.go');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…