Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 335 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 335 Bytes

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