Skip to content

Commit 329646f

Browse files
Pratik Thakurfrancisf
Pratik Thakur
authored andcommitted
removed comments
1 parent d34d8ff commit 329646f

File tree

1 file changed

+1
-52
lines changed

1 file changed

+1
-52
lines changed

playwright.config.js

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ const { getCdpEndpoint } = require('./browserstack.config.js')
1414
* @type {import('@playwright/test').PlaywrightTestConfig}
1515
*/
1616
const config = {
17-
// testDir: './tests',
17+
testDir: './tests',
1818
testMatch: '**/*.js',
19-
20-
// testMatch: 'sample_test.js',
21-
// testMatch: 'local_test.js',
2219

2320
globalSetup: require.resolve('./global-setup'),
2421
globalTeardown: require.resolve('./global-teardown'),
@@ -74,54 +71,6 @@ const config = {
7471
connectOptions: { wsEndpoint: getCdpEndpoint('playwright-firefox:Windows 11', 'test3') }
7572
},
7673
}
77-
// {
78-
// name: 'test3',
79-
// use: {
80-
// connectOptions: { wsEndpoint: getCdpEndpoint('playwright-firefox@latest:OSX Catalina', 'test3') }
81-
// },
82-
// } ,
83-
84-
// {
85-
// name: 'firefox',
86-
// use: {
87-
// ...devices['Desktop Firefox'],
88-
// },
89-
// },
90-
91-
// {
92-
// name: 'webkit',
93-
// use: {
94-
// ...devices['Desktop Safari'],
95-
// },
96-
// },
97-
98-
/* Test against mobile viewports. */
99-
// {
100-
// name: 'Mobile Chrome',
101-
// use: {
102-
// ...devices['Pixel 5'],
103-
// },
104-
// },
105-
// {
106-
// name: 'Mobile Safari',
107-
// use: {
108-
// ...devices['iPhone 12'],
109-
// },
110-
// },
111-
112-
/* Test against branded browsers. */
113-
// {
114-
// name: 'Microsoft Edge',
115-
// use: {
116-
// channel: 'msedge',
117-
// },
118-
// },
119-
// {
120-
// name: 'Google Chrome',
121-
// use: {
122-
// channel: 'chrome',
123-
// },
124-
// },
12574
],
12675

12776
/* Folder for test artifacts such as screenshots, videos, traces, etc. */

0 commit comments

Comments
 (0)