Skip to content

Commit

Permalink
deletes commented code in playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Jul 23, 2024
1 parent 21bd94e commit 558abcc
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,52 +52,5 @@ export default defineConfig<PluginOptions>({
},
dependencies: ['auth'],
},
// {
// name: 'run-tests Firefox',
// use: {
// ...devices['Desktop Firefox'],
// // @grafana/plugin-e2e writes the auth state to this file,
// // the path should not be modified
// storageState: 'playwright/.auth/admin.json',
// },
// dependencies: ['auth'],
// },
// {
// name: 'run-tests Safari',
// use: {
// ...devices['Desktop Safari'],
// // @grafana/plugin-e2e writes the auth state to this file,
// // the path should not be modified
// storageState: 'playwright/.auth/admin.json',
// },
// dependencies: ['auth'],
// },

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },

/* Test against branded browsers. */
// {
// name: 'Microsoft Edge',
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
// },
// {
// name: 'Google Chrome',
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
// },
],

/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
});

0 comments on commit 558abcc

Please sign in to comment.