Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 02697dc

Browse files
authored
Update azure-pipelines.yml
1 parent 9f8fe64 commit 02697dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ado/azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ steps:
3131
targetType: 'inline'
3232
script: '((Get-Content -path node_modules/webdriver/build/utils.js -Raw) -replace "if \(!body .*","if (!body) {") | Set-Content -Path node_modules/webdriver/build/utils.js'
3333

34+
- task: PowerShell@2
35+
displayName: 'Patch WebDriverIO'
36+
inputs:
37+
targetType: 'inline'
38+
script: '((Get-Content -path node_modules/@wdio/runner/node_modules/webdriver/build/utils.js -Raw) -replace "if \(!body .*","if (!body) {") | Set-Content -Path node_modules/@wdio/runner/node_modules/webdriver/build/utils.js'
39+
3440
- template: templates/buildTestApp.yml
3541

3642
- template: templates/deployTestApp.yml

0 commit comments

Comments
 (0)