We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f6fe commit bb6f8f3Copy full SHA for bb6f8f3
playwright.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig, devices } from '@playwright/test';
2
3
/*
4
- * Copyright 2024 Google LLC
+ * Copyright 2024 Google LLC
5
*
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
@@ -94,4 +94,4 @@ export default defineConfig({
94
// url: 'http://127.0.0.1:3000',
95
// reuseExistingServer: !process.env.CI,
96
// },
97
-});
+});
0 commit comments