@@ -14,11 +14,8 @@ const { getCdpEndpoint } = require('./browserstack.config.js')
14
14
* @type {import('@playwright/test').PlaywrightTestConfig }
15
15
*/
16
16
const config = {
17
- // testDir: './tests',
17
+ testDir : './tests' ,
18
18
testMatch : '**/*.js' ,
19
-
20
- // testMatch: 'sample_test.js',
21
- // testMatch: 'local_test.js',
22
19
23
20
globalSetup : require . resolve ( './global-setup' ) ,
24
21
globalTeardown : require . resolve ( './global-teardown' ) ,
@@ -74,54 +71,6 @@ const config = {
74
71
connectOptions : { wsEndpoint : getCdpEndpoint ( 'playwright-firefox:Windows 11' , 'test3' ) }
75
72
} ,
76
73
}
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
- // },
125
74
] ,
126
75
127
76
/* Folder for test artifacts such as screenshots, videos, traces, etc. */
0 commit comments