wso2ipw
v0.1.8
Published
CLI to automate WSO2 Integrator (Electron app) via Playwright
Maintainers
Readme
wso2ipw
CLI to automate WSO2 Integrator, wrapper around Playwright.
Install
npm install -g wso2ipwWSO2 Integrator must be installed separately. wso2ipw auto-detects standard install locations on macOS, Linux, and Windows. If your install is elsewhere, set WSO2_INTEGRATOR_PATH to the executable (e.g. WSO2 Integrator.exe on Windows, the Electron binary inside the .app on macOS).
Usage
wso2ipw open
wso2ipw snapshot
wso2ipw click g:s1e29
wso2ipw fill g:s2e33 "my-integration"
wso2ipw screenshot page.png
wso2ipw closeRefs require a frame prefix: g: (guest — extension webview) or h: (host — VS Code chrome).
See examples/ for end-to-end scripts.
License
Apache-2.0
