Skip to content

Commit

Permalink
chore(web): mild config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed May 15, 2024
1 parent c6ba144 commit a73bc4a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions web/src/test/auto/dom/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const KEYMAN_ROOT = resolve(dir, '../../../../../');
export default {
// debug: true,
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.
new LauncherWrapper(playwrightLauncher({ product: 'chromium' })),
new LauncherWrapper(playwrightLauncher({ product: 'firefox' })),
new LauncherWrapper(playwrightLauncher({ product: 'webkit', concurrency: 1 }))
Expand Down Expand Up @@ -92,15 +90,6 @@ export default {
sessionStabilityReporter({}),
defaultReporter()
],
/*
Un-comment the next two lines for easy interactive debugging; it'll launch the
test page in your preferred browser.
WARNING: https://github.com/modernweb-dev/web/issues/2721 may cause issues when
using manual mode. Changing rootDir to the drive root (or similar) may provide
a decent workaround; it appears that Web Test Runner can do a little searching
for node_modules if and when necessary.
*/
// open: true,
// manual: true,
rootDir: KEYMAN_ROOT
Expand Down

0 comments on commit a73bc4a

Please sign in to comment.