Skip to content

mediaire/playwright-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playwright-playground

Basic project template to write tests with Playwright.

TypeScript

Prerequisites

Optional:

Run Tests

yarn

# install dependencies
yarn
# run tests in console
yarn test
# run tests in UI
yarn test:ui

npm

# install dependencies
npm install
# run tests in console
npm run test
# run tests in UI
npm run test:ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published