diff --git a/README.md b/README.md index b1b9881..d84425c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ # Prerequisites -First you should check if you have playwright installed globally. - -`npm list -g` - -If not, then you need to install it. - -`npm install -g playwright` - You also want to install browsers so framework can run tests against them (chromium will do for our examples) `npx playwright install --with-deps chromium`