Skip to content

Bump Selenium.WebDriver.ChromeDriver from 124.0.6367.20700 to 125.0.6422.14100 #439

Bump Selenium.WebDriver.ChromeDriver from 124.0.6367.20700 to 125.0.6422.14100

Bump Selenium.WebDriver.ChromeDriver from 124.0.6367.20700 to 125.0.6422.14100 #439

Workflow file for this run

name: E2E Test
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
eun-e2e-tests:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Build and Run E2E Tests
run: |
dotnet tool restore
dotnet format
dotnet cake ./build.cake --target Run-E2E-Tests
- name: Upload logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
path: src/CookieSample.E2ETests/bin/Release/net8.0/logs