Skip to content
Snippets Groups Projects
Commit fe66214c authored by Chris Beer's avatar Chris Beer
Browse files

Use the new-style headless browser for testing

parent 36908ddd
No related branches found
No related tags found
2 merge requests!19Draft: Merge video support into mui5,!18Only nudge over badge content for the WindowListButton; it needs special...
module.exports = { module.exports = {
launch: { launch: {
headless: process.env.HEADLESS !== 'false', headless: process.env.HEADLESS !== 'false' ? 'new' : false,
}, },
server: [{ server: [{
command: 'npm run server -- -p 4488', command: 'npm run server -- -p 4488',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment