Skip to content

Commit

Permalink
Merge pull request #2203 from unoplatform/mergify/bp/release/stable/4…
Browse files Browse the repository at this point in the history
….0/pr-2201

ci: Bump chromium (backport #2201)
  • Loading branch information
nickrandolph authored Mar 15, 2024
2 parents 5fa6568 + 6a2b92b commit 043cdef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build/ci/.azure-pipelines.UITests.Wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- template: templates/dotnet-install.yml

- template: templates/canary-updater.yml

- task: NodeTool@0
inputs:
versionSpec: '18.x'

- bash: |
chmod +x build/ci/scripts/wasm-uitest-run.sh
Expand Down
6 changes: 3 additions & 3 deletions build/ci/scripts/wasm-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IFS=$'\n\t'

export UNO_UITEST_TARGETURI=http://localhost:5000
export UNO_UITEST_DRIVERPATH_CHROME=$BUILD_SOURCESDIRECTORY/build/node_modules/chromedriver/lib/chromedriver
export UNO_UITEST_CHROME_BINARY_PATH=$BUILD_SOURCESDIRECTORY/build/node_modules/puppeteer/.local-chromium/linux-991974/chrome-linux/chrome
export UNO_UITEST_CHROME_BINARY_PATH=~/.cache/puppeteer/chrome/linux-119.0.6045.105/chrome-linux64/chrome
export UNO_UITEST_SCREENSHOT_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/screenshots/wasm
export BIN_LOG_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/wasm-uitest.binlog
export UNO_UITEST_PLATFORM=Browser
Expand All @@ -25,8 +25,8 @@ dotnet run --project $UNO_UITEST_WASM_PROJECT -c Release --no-build &

cd $BUILD_SOURCESDIRECTORY/build

npm i chromedriver@102.0.0
npm i puppeteer@14.1.0
npm i chromedriver@119.0.0
npm i puppeteer@21.6.1

mkdir -p $UNO_UITEST_SCREENSHOT_PATH

Expand Down

0 comments on commit 043cdef

Please sign in to comment.