Skip to content

Commit 0c5c0dc

Browse files
committed
ci: make tests run on ci
1 parent cdc7bec commit 0c5c0dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web-test-runner.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// import { playwrightLauncher } from '@web/test-runner-playwright';
1+
import { playwrightLauncher } from '@web/test-runner-playwright';
22

33
const filteredLogs = ['in dev mode', 'scheduled an update'];
44

@@ -31,11 +31,11 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
3131
// concurrency: 1,
3232

3333
/** Browsers to run tests on */
34-
// browsers: [
35-
// playwrightLauncher({ product: 'chromium' }),
34+
browsers: [
35+
playwrightLauncher({ product: 'chromium' }),
3636
// playwrightLauncher({ product: 'firefox' }),
3737
// playwrightLauncher({ product: 'webkit' }),
38-
// ],
38+
],
3939

4040
// See documentation for all available options
4141
});

0 commit comments

Comments
 (0)