eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.93k stars 2.49k forks source link

Enable Browser Tests on PRs on all Platforms #13764

Open tsmaeder opened 4 months ago

tsmaeder commented 4 months ago

Feature Description:

We currently don't run the browser tests as part of the PR checks on all platforms. However, this has recently lead to cross-platform problems going unnoticed. We should enable the browser tests for all platforms.

The electron tests are currently not running reliably and are explicitly not part of this request.