Skip to content

Bump Selenium.WebDriver.ChromeDriver from 112.0.5615.4900 to 113.0.5672.2400 #268

Bump Selenium.WebDriver.ChromeDriver from 112.0.5615.4900 to 113.0.5672.2400

Bump Selenium.WebDriver.ChromeDriver from 112.0.5615.4900 to 113.0.5672.2400 #268

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@v3
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
#global-json-file: global.json
dotnet-version: 8.0.100-preview.1.23115.2
- name: Build and Run E2E Tests
run: .\build.ps1 --target Run-E2E-Tests
shell: pwsh
- name: Upload logs
uses: actions/upload-artifact@v3
if: failure()
with:
name: logs
path: src/CookieSample.E2ETests/bin/Release/net8.0/logs