Open allison-truhlar opened 3 months ago
I get the same failure on macOS 12.1 and 14.0 beta, with error messages like this:
FAIL |browser| src/single_mesh/frontend.browser_test.ts [ src/single_mesh/frontend.browser_test.ts ]
Error: WebGL not supported.
❯ initializeWebGL src/webgl/context.ts:41:10
39| const gl =
Interestingly, I do not get failures on Windows 11 Enterprise.
When using
npm run test
on a Mac running Sonoma 14.5, 61/269 tests fail. I receive the same error message for all:Error: WebGL not supported.
I have confirmed through visitingchrome://gpu/
in the Chrome browser that WebGL is enabled; in addition, the local server started throughnpm dev-server
works to visualize files. I am working on resolving the issue and plan to open a pull request.