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