This repo contains sample io.Connect end-to-end tests created using Playwright.
- Install the necessary dependencies:
npm install
-
Open
test.spec.js
and add your own tests or modify the existing ones. -
Ensure that the
platformDir
andexecutablePath
variables are correct for your specific io.Connect Desktop deployment. -
To execute the tests, run the following command:
npm run test
For more details on testing with Playwright, see the Playwright official documentation.