Thomas Thomassen
Thomas Thomassen
Looks to be an issue in the Chrome version used on those versions. Need to find a workaround. Seen with larger test cases, like SketchUp Ruby API.
The Runner and Preferences dialog all have the same scaffolding. They just refer to different JS and CSS files. And currently the root Vue app template is directly in the...
The placeholder test should be removed when a matching test has been added without having to reload the whole window.
Instead of logging config for all runs automatically, expose this as an option. Default to off? (Should be turned on for automation, so it's possible to re-run a failed run.)
Make it explicitly clear what is considered part of the `API`. Ideally the methods should be extremely minimal calling out to the internal logic.
https://github.com/SketchUp/testup-2/blob/a407d391ac79aacd9a03bed0af395783f97f775c/tests/SketchUp%20Ruby%20API/TC_Geom_PolygonMesh.rb#L141-L146 This crashes SU when run from the Ruby Console: ```ruby polygonmesh = Geom::PolygonMesh.new(-1) ``` But when run from TestUp's dialog it doesn't. The Wait cursor appears, but eventually it's...