Skip to content

alisterscott/playwright-test-ts-demo

Repository files navigation

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

About

Playwright Test Runner in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published