Skip to content

Issue Running Custom Theia Executable in Playwright Electron Test #15368

Answered by planger
sophieminasyan asked this question in General
Discussion options

You must be logged in to vote

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):

process.env.THEIA_ELECTRON_NO_EARLY_WINDOW = '1';
process.env.THEIA_NO_SPLASH = 'true';

Maybe this helps?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sophieminasyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants