Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 608 Bytes

Playwright Test Demo using TypeScript

A demo project that demonstrates how to use Playwright Test Runner using TypeScript

Build status: CircleCI

Prerequisites

Make sure you have node-js installed, available via homebrew

npm install npx playwright install

To run the specs

npm test

To view a Playwright trace of results:

npx playwright show-trace ./doco/exampletrace.zip

example