Skip to content

init commit

init commit #1

name: Playwright_DownloadUploadTests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Playwright.DownloadUploadTests
run: dotnet test --no-build --verbosity normal PlaywrigthUITests\bin\Debug\net8.0\PlaywrigthUITests.dll --filter "Category=DownloadUploadTests"