Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/playwright-mcp
/ stop
Method
stop
tests/testserver/index.ts:80–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
async
stop() {
81
this.reset();
82
await
new
Promise(x => this._server.close(x));
83
}
84
85
route(path: string, handler: (request: http.IncomingMessage, response: http.ServerResponse) => any) {
86
this._routes.set(path, handler);
Callers
1
fixtures.ts
File · 0.80
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected