#995 Implement unified UI automation framework (Qt HTTP Server + Playwright)#998
Open
magnesj wants to merge 8 commits into
Open
#995 Implement unified UI automation framework (Qt HTTP Server + Playwright)#998magnesj wants to merge 8 commits into
magnesj wants to merge 8 commits into
Conversation
… Qt HTTP server
…eld and command endpoints
…tionserver option
…eference workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the unified UI automation framework from #995 (investigation #993, recommendation #994).
One localhost automation surface serves both UI workflow tests and AI tooling:
qthttpserver), targeting Qt 6.6.3. New moduleApplicationLibCode/Automation/(RiaAutomationServer), gated behind the new CMake optionRESINSIGHT_ENABLE_UI_AUTOMATION(OFF by default) and started withResInsight --automationserver [port].docs/automation/openapi.yamlis the source of truth, covering/health,/project,/objects/{address}(+ field write),/views,/views/{id}/visibleCellCount, and/commands(RICF).Testing/UiAutomation/with read-only smoke tests and the cell-range-filter reference workflow from Framework used for AI tooling and UI unit tests #993.The server binds to
127.0.0.1only. Field writes reuse the same scripting capability as the Python/gRPC interface; command execution reuses the RICF command vocabulary.Notes
build/).fixmepending/commandsvocabulary for creating/removing cell range filters.Closes #995