-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
playwright: tests fail on MacOS #10793
Labels
bug
bugs found in the application
playwright
issues related to playwright tests
test
issues related to unit and api tests
Comments
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Mar 2, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]> Fixes eclipse-theia#10793
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Mar 2, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS - Improve opening of TheiaViews (speeds up tests by approx. 10s) Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]> Fixes eclipse-theia#10793
1 task
Hi! I had a look at the playwright tests and fixed them for MacOS and Windows. They failed mainly due to path issues (Windows) and differing shortcuts (MacOS). See #10826 Also, tests are skipped if previous tests failed. With the fixes all tests should pass. |
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Mar 2, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS - Improve opening of TheiaViews (speeds up tests by approx. 10s) Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]> Fixes eclipse-theia#10793
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Mar 16, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS - Improve opening of TheiaViews (speeds up tests by approx. 10s) Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]> Fixes eclipse-theia#10793
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Mar 16, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS - Improve opening of TheiaViews (speeds up tests by approx. 10s) Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]> Fixes eclipse-theia#10793
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Mar 18, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS - Improve opening of TheiaViews (speeds up tests by approx. 10s) Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]> Fixes eclipse-theia#10793
colin-grant-work
pushed a commit
that referenced
this issue
Mar 18, 2022
- Fix workspace path encoding for Windows - Stabilize workspace path fetching - Fix explorer review title button selectors - Introduce OSUtil helper functions - Fix shortcuts for MacOS - Improve opening of TheiaViews (speeds up tests by approx. 10s) Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
bugs found in the application
playwright
issues related to playwright tests
test
issues related to unit and api tests
Bug Description:
The playwright tests (#10494) do not pass on macOS:
I have not tested on windows, but since CI is only run on linux it is possible that it might also be problematic.
Steps to Reproduce:
a. perform
yarn
b. perform
yarn browser build
c. perform
yarn test:playwright
Additional Info:
The text was updated successfully, but these errors were encountered: