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.
codeserver.spec.ts
1 parent 0e95139 commit 52bf022Copy full SHA for 52bf022
tests/browser/tests/codeserver.spec.ts
@@ -43,7 +43,7 @@ const test = base.extend<MyFixtures>({
43
})()
44
const container = await new GenericContainer(image)
45
.withExposedPorts(8787)
46
- .withWaitStrategy(new HttpWaitStrategy('/', 8787, {abortOnContainerExit: true}))
+ .withWaitStrategy(new HttpWaitStrategy('/?folder=/opt/app-root/src', 8787, {abortOnContainerExit: true}))
47
.start();
48
await use(new CodeServer(page, `http://${container.getHost()}:${container.getMappedPort(8787)}`))
49
await container.stop()
0 commit comments