File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,8 @@ const test = base.test.extend({
5252 `${ testInfo . title } - ${ fileName } `
5353 ) ;
5454
55- const browser = await chromium . connect ( {
56- wsEndpoint : `wss://cdp.lambdatest.com/playwright?capabilities=${ encodeURIComponent (
57- JSON . stringify ( capabilities )
58- ) } `,
59- } ) ;
55+ const browser = await chromium . connect ( `wss://cdp.lambdatest.com/playwright?capabilities=${ encodeURIComponent (
56+ JSON . stringify ( capabilities ) ) } `, )
6057
6158 const ltPage = await browser . newPage ( testInfo . project . use ) ;
6259 await use ( ltPage ) ;
Original file line number Diff line number Diff line change 1010 "test" : " npx playwright test --config=./playwright.config.ts"
1111 },
1212 "devDependencies" : {
13- "@playwright/test" : " ^1.35.0 " ,
14- "playwright" : " ^1.41.2 "
13+ "@playwright/test" : " ^1.55.1 " ,
14+ "playwright" : " ^1.55.1 "
1515 }
1616}
You can’t perform that action at this time.
0 commit comments