Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianMairinger committed May 25, 2023
1 parent 150e08c commit 88c42ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/browser/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ const __dirname = path.dirname(__filename);
await build()
console.log("built")
const { port: _port, server: _server } = startServer()
console.log("started server 1")
const port = await _port
const server = await _server
console.log("started server")
console.log("started server 2")
const { browser, page } = await startBrowser(port, true)
console.log("started browser")
await page.evaluate(await fs.readFile(path.join(__dirname, 'testDist', 'test.js'), "utf8"))
Expand Down

0 comments on commit 88c42ee

Please sign in to comment.