Skip to content

jessieharrigan/testing-workshop-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing workshop in Playwright.ts

This is your starting repository for the workshop!

Pre-requisites

Homebrew - https://brew.sh/

Yarn - brew install yarn

Node - brew install node

Running the app

Run these commands:

yarn install

yarn playwright install

To run the tests

yarn test will run your tests in a Chromium browser as specified in the package.json script

yarn playwright test will run your tests in all browsers

You can create new scripts in the package.json file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors