Skip to content

Upgrade .NET to 8.0 to fix Playwright Test cases #60

Upgrade .NET to 8.0 to fix Playwright Test cases

Upgrade .NET to 8.0 to fix Playwright Test cases #60

name: Playwright project tests
on:
workflow_dispatch:
pull_request:
jobs:
PlaywrightProjectTests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK '8.0.x'
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Run Blazor app
run: |
cd ./src/BlazorApp
dotnet run &
- name: Test Blazor app
run: |
cd ./Behavioral.Automation.Playwright/UITests
dotnet test