formatting

This commit is contained in:
Joel Wetzell
2026-04-05 18:09:47 -05:00
parent 10ff26e48c
commit e66195d702
24 changed files with 248 additions and 258 deletions
+5 -5
View File
@@ -23,11 +23,11 @@ export default defineConfig({
reporter: 'html',
webServer: [
{
name: "showbridge",
command: "showbridge --config config.yaml",
url: "http://localhost:8080/health",
timeout: 10000
}
name: 'showbridge',
command: 'showbridge --config config.yaml',
url: 'http://localhost:8080/health',
timeout: 10000,
},
],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {