Skip to content

Files

Latest commit

 

History

History

playwright-test-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Testing Playwright with TS on LambdaTest

Setup

  • Clone the repo. Run cd playwright-test-ts
  • Install Playwright npx playwright install
  • Install Playwright Dep npx playwright install-deps
  • Install dependencies. Run npm install

Running your tests

  • To run a single test, run npm run test