Project Name Automated Test Using Playwright C# Description This is an automation script using PlayWright C# - The aplication tested is Orangehrm demo site Project setup dotnet restore dotnet build Run Playwright test (headless mode) dotnet test Run in ui mode HEADED=1 dotnet test