chore(web): mild lm-layer wtr config cleanup

This commit is contained in:
Joshua A. Horton 2024-05-15 14:35:57 +07:00
parent eac3178d29
commit bf58e1195e

View file

@ -12,14 +12,9 @@ const KEYMAN_ROOT = resolve(dir, '../../../../');
/** @type {import('@web/test-runner').TestRunnerConfig} */
export default {
browsers: [
// These are the same type - and probably the same _instances_ - as are visible within the reporter!
// Probably a helpful fact to resolve name disambiguation.
playwrightLauncher({ product: 'chromium' }),
playwrightLauncher({ product: 'webkit', concurrency: 1 }),
playwrightLauncher({ product: 'firefox' }),
// playwrightLauncher({ product: 'webkit', concurrency: 1, createBrowserContext({browser}) {
// return browser.newContext({...devices['iPhone X'] }); // to resolve: name disambiguation.
// }})
playwrightLauncher({ product: 'firefox' })
],
concurrency: 10,
nodeResolve: true,