Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make tests relying on xeokit work locally
Tests using xeokit, the 3d visualization kit from BIM edition, did not work locally for me. It fails with the following devtools console error: "[ERROR] [Canvas '__0']: Failed to get a WebGL context". They do pass on CI though. One example test is `./modules/bim/spec/features/model_viewer_spec.rb`. In an effort to make these tests pass both on CI and locally, I'm trying some flags seen on https://stackoverflow.com/q/70948512/177665 to keep the GPU enabled, but use a software implementation. It works locally. Not sure yet if it works in a docker container and on CI.
- Loading branch information