Replies: 1 comment
-
This is now working after upgrading to Theia 1.60.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to write a playwright test for a Theia based electron app. The first test itself works alright but there's a problem in the background and it throws errors like these:
The errors are not always the same, sometimes it's an error related to the plugin API.
Did anyone else encounter something similar and knows how to resolve it?
I run the tests via
playwright test --config=./configs/playwright.config.ts
and the config is:The app loading:
Beta Was this translation helpful? Give feedback.
All reactions