Skip to content

Commit

Permalink
Run npm tests against localhost in the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Jun 13, 2024
1 parent 7d3ce08 commit 3feb020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-components/web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const testServerPlugin = {
};
export default {
browsers: [playwrightLauncher({ product: 'chromium' })],
hostname: 'localhost',
filterBrowserLogs,
staticLogging: true,
plugins: [vitePlugin({
Expand Down

0 comments on commit 3feb020

Please sign in to comment.