An open API service indexing awesome lists of open source software.

https://github.com/interopio/playwright-example

Glue42 end-to-end test using Playwright
https://github.com/interopio/playwright-example

Last synced: 2 days ago
JSON representation

Glue42 end-to-end test using Playwright

Awesome Lists containing this project

README

          

# io.Connect Testing with Playwright

This repo contains sample io.Connect end-to-end tests created using [Playwright](https://playwright.dev/).

## Usage

1. Install the necessary dependencies:

```cmd
npm install
```

2. Open `test.spec.js` and add your own tests or modify the existing ones.

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

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

```cmd
npm run test
```

*For more details on testing with Playwright, see the [Playwright official documentation](https://playwright.dev/docs/intro).*