Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 8, 2023
1 parent 8e7ba77 commit 502c2d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@wdio/types": "8",
"expect": "^29.4.1",
"globby": "^11.0.2",
"playwright-chromium": "^1.37.1",
"playwright": "^1.28.1",
"wdio-intercept-service": "^4.4.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Options } from '@wdio/types'
import { chromium } from 'playwright-chromium'
import playwright from 'playwright'

const PORT = 4567

Expand Down Expand Up @@ -53,6 +53,9 @@ export const config: Options.Testrunner = {
{
maxInstances: 5,
browserName: 'chrome',
'goog:chromeOptions': {
binary: playwright.chromium.executablePath(),
},
acceptInsecureCerts: true,
},
],
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ __metadata:
"@wdio/types": 8
expect: ^29.4.1
globby: ^11.0.2
playwright-chromium: ^1.37.1
playwright: ^1.28.1
wdio-intercept-service: ^4.4.0
webpack: ^5.76.0
webpack-cli: ^4.8.0
Expand Down Expand Up @@ -16729,17 +16729,6 @@ __metadata:
languageName: node
linkType: hard

"playwright-chromium@npm:^1.37.1":
version: 1.37.1
resolution: "playwright-chromium@npm:1.37.1"
dependencies:
playwright-core: 1.37.1
bin:
playwright: cli.js
checksum: 813fd13bcabdd279313fd2658c9124ab616f94849458cafe8434de5351cc6995bfde21208335da5b139aab07f8511beaf74e31d24937fbb38b6c625c57d69cdd
languageName: node
linkType: hard

"playwright-core@npm:1.28.1":
version: 1.28.1
resolution: "playwright-core@npm:1.28.1"
Expand All @@ -16749,15 +16738,6 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.37.1":
version: 1.37.1
resolution: "playwright-core@npm:1.37.1"
bin:
playwright-core: cli.js
checksum: 69f818da2230057584140d5b3af7778a4f4a822b5b18d133abfc5d259128becb943c343a2ddf6b0635277a69f28983e83e2bc3fce23595ececb1e410475b6368
languageName: node
linkType: hard

"playwright@npm:^1.28.1":
version: 1.28.1
resolution: "playwright@npm:1.28.1"
Expand Down

0 comments on commit 502c2d2

Please sign in to comment.