diff options
author | Erich Eckner <git@eckner.net> | 2023-12-04 19:42:26 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-12-04 19:42:26 +0100 |
commit | 31aee5597fa047e315499d1b0e956e330098e129 (patch) | |
tree | ff1bd77102a1912a1766f1470349912089b6a952 /playwright.config.ts | |
parent | 64f3e1d491cfd08cc8234b3d6504975674cf7cee (diff) | |
download | Milchtankstelle-31aee5597fa047e315499d1b0e956e330098e129.tar.xz |
only run test in one browser
Diffstat (limited to 'playwright.config.ts')
-rw-r--r-- | playwright.config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/playwright.config.ts b/playwright.config.ts index 301801e..f8640f0 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -32,20 +32,20 @@ export default defineConfig({ /* Configure projects for major browsers */ projects: [ - { + /*{ name: 'chromium', use: { ...devices['Desktop Chrome'] }, - }, + },*/ { name: 'firefox', use: { ...devices['Desktop Firefox'] }, }, - { + /*{ name: 'webkit', use: { ...devices['Desktop Safari'] }, - }, + },*/ /* Test against mobile viewports. */ // { |