Playwright integration
How to integrate Katalon and Playwright
- Copy our sample project repository on GitHub by
git clone
. - Navigate to the project directory by running:
cd Katalon-Playwright-Integration
. - Run the command:
npm install
. This command all dependencies installed in package.json. - Run the test using command:
npm test
.