Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Dec 19, 2024
1 parent b804d31 commit b326097
Show file tree
Hide file tree
Showing 3 changed files with 1,205 additions and 605 deletions.
4 changes: 3 additions & 1 deletion scripts/browser/browser-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ console.log(`[http] listening on ${serverURL}`)
async function main() {
let allTestsPassed = true
try {
const browser = await require('puppeteer').launch()
const browser = await require('puppeteer').launch({
args: ['--no-sandbox'],
})

const page = await browser.newPage()
page.on('console', obj => {
Expand Down
Loading

0 comments on commit b326097

Please sign in to comment.