Skip to content

Feature new selenium project #55

Feature new selenium project

Feature new selenium project #55

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 '5.0.x'
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
- name: Run Blazor app
run: |
cd ./src/BlazorApp
dotnet run &
- name: Test Blazor app
run: |
cd ./Behavioral.Automation.Playwright/UITests
dotnet test