mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-19 06:47:41 +00:00
chore(web): mild lm-layer wtr config cleanup
This commit is contained in:
parent
eac3178d29
commit
bf58e1195e
1 changed files with 1 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue