Playwright Test Demo using TypeScript A demo project that demonstrates how to use Playwright Test Runner using TypeScript Build status: 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