Issue Running Custom Theia Executable in Playwright Electron Test #15368
-
I am trying to test a custom Theia Desktop application executable (.exe) using Playwright's Electron API, but I keep running into an issue. The test script starts executing, and I can see that the executable is running in the background, but Playwright never detects the window. Here's the test script I am using:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not sure if that helps, but when we run the Theia Electron app for Playwright, we disable the "early window" and splash screen (see https://github.com/eclipse-theia/theia/blob/master/examples/playwright/src/theia-app-loader.ts#L153):
Maybe this helps? |
Beta Was this translation helpful? Give feedback.
I'm not sure if that helps, but when we run the Theia Electron app for Playwright, we disable the "early window" and splash screen (see https://github.com/eclipse-theia/theia/blob/master/examples/playwright/src/theia-app-loader.ts#L153):
Maybe this helps?