You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noted that xterm.js itself has some Playwright tests.
Unfortunately, I am not able to use Playwright for testing when using the WebGL Addon for xterm.js. Specifically, the page will not render correctly when opened in Playwright with Chromium or Firefox browsers (i.e. npx playwright open -b firefox [URL] ). It will render correctly with Playwright-Webkit. Furthermore, it renders correctly in when I do not load the WebGL Addon. And of course it renders correctly in all browsers without Playwright.
A minimal example would be to run ttyd /bin/bash (ttyd bundles xterm.js with WebGL and shares the terminal in the browser) and then npx playwright cr http://localhost:7681/.
This question might be better suited for the Playwright project, but I am hoping to get a pointer here since the Playwright tests are also run.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noted that xterm.js itself has some Playwright tests.
Unfortunately, I am not able to use Playwright for testing when using the WebGL Addon for xterm.js. Specifically, the page will not render correctly when opened in Playwright with Chromium or Firefox browsers (i.e.
npx playwright open -b firefox [URL]
). It will render correctly with Playwright-Webkit. Furthermore, it renders correctly in when I do not load the WebGL Addon. And of course it renders correctly in all browsers without Playwright.A minimal example would be to run
ttyd /bin/bash
(ttyd bundles xterm.js with WebGL and shares the terminal in the browser) and thennpx playwright cr http://localhost:7681/
.This question might be better suited for the Playwright project, but I am hoping to get a pointer here since the Playwright tests are also run.
Beta Was this translation helpful? Give feedback.
All reactions