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
- Host: GitHub
- URL: https://github.com/interopio/playwright-example
- Owner: InteropIO
- Created: 2022-02-22T10:40:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T15:13:12.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T20:35:15.398Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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).*