Skip to content

Goraved/playwright_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

praywright_practice

Just a Playwright tool practice

How to run

  1. Install all dependencies: install_playwright.sh
  2. Run tests npm test

Notes:

I enjoyed this tool more than Puppeteer, even if they are really similar.

Docker

Execute tests - docker-compose run tests

Rebuild container - docker-compose build --no-cache setup