Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 652 Bytes

File metadata and controls

23 lines (14 loc) · 652 Bytes

io.Connect Testing with Playwright

This repo contains sample io.Connect end-to-end tests created using Playwright.

Usage

  1. Install the necessary dependencies:
npm install
  1. Open test.spec.js and add your own tests or modify the existing ones.

  2. Ensure that the platformDir and executablePath variables are correct for your specific io.Connect Desktop deployment.

  3. To execute the tests, run the following command:

npm run test

For more details on testing with Playwright, see the Playwright official documentation.