Skip to main content

Playwright integration

Note:
  • Please note that the use case presented here is a suggestion only and should be implemented with caution. It has not undergone quality assurance testing and is not officially supported by our platform.

How to integrate Katalon and Playwright

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