We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc379a commit e183df7Copy full SHA for e183df7
src/lib/server.ts
@@ -42,6 +42,7 @@ export default async (ctx: Context): Promise<FastifyInstance<Server, IncomingMes
42
// store server's address for SDK
43
let { port } = server.addresses()[0];
44
process.env.SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
45
+ process.env.CYPRESS_SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
46
47
return server;
48
}
0 commit comments