Skip to content

HW 15 - finished (Atata+Playwright) #7

HW 15 - finished (Atata+Playwright)

HW 15 - finished (Atata+Playwright) #7

name: Playwright_NoPO_TextBoxTests
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.NoPO_TextBoxTests
run: dotnet test --no-build --verbosity normal PlaywrigthUITests\bin\Debug\net8.0\PlaywrigthUITests.dll --filter "Category=NoPO_TextBoxTests"