Skip to content

ayub-macalim/testing-workshop-playwright-pom-amks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing workshop in Playwright.ts - POM repository

This is your starting repository for the workshop!

If you've chosen this version, then you've gone for a bit more of a challenge - good luck!

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

Languages

  • TypeScript 100.0%