How to automate electron application testing in xstore with Playwright?
Hi Team,
Our client is exploring options for automating Xstore V24/25, with a focus on utilizing Playwright for Web UI automation.
Based on our understanding, Xstore V24/25 is built using Oracle JET (leveraging HTML, CSS, and JavaScript) and is launched via Electron.
According to the Playwright documentation, it should be feasible to attach to an Electron-based application instance,
provided it is started in a debugging mode.
At this stage, our client specifically seeking guidance on the following:
• Whether there is a supported method or configuration to enable the Chromium/Electron remote debugging port (e.g., --remote-debugging-port) within Xstore.
• Any available environment variables, command-line flags, or debug modes that can be used to enable developer tools or enhanced logging.