Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
# Conflicts: # .github/workflows/ci.yml
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
|
||
| BeforeAll { | ||
| # Run integration test action via WebGL (HTTP server + headless Chrome) | ||
| function Invoke-TestAction { |
There was a problem hiding this comment.
I wonder if this logic could be moved to a separate WebGL device provider in the app-runner module. This would allow launching the web app with a single Invoke-DeviceApp call and could also be useful for the Godot SDK which currently lacks web integration tests.
#skip-changelog