Playwright is a Node library to automate the Chromium, WebKit and Firefox browsers with a single API. It enables cross-browser web automation that is ever-green, capable, reliable and fast.
If you are new to node.js, first install node.js >= 10.15.0
-
git clone https://github.com/msguner/playwright-ui-test.git
-
cd playwright-ui-test && npm install
-
Run test:
yarn test
ornpm test