integrate atest-ext-ai plugin into auto-build process#835
Conversation
- Add AI extension configuration in sample/ai-extension.yaml - Update testdata/stores.yaml to include AI plugin registration - Register atest-ext-ai in UI store types (console/atest-ui/src/views/store.ts) - Enable automatic download and startup via extension registry This enables 'make run-server' to automatically build and connect AI plugin without manual download of atest-ext-ai repository.
…p app Added proper INSTALLDIR directory definition to WiX template to fix "Unresolved reference to symbol 'Directory:INSTALLDIR'" error during Windows installer generation. Changes: - Added INSTALLDIR directory definition under ProgramFilesFolder - Named installation directory "API Testing" - Ensures INSTALLDIR symbol is available for component references This resolves the Windows MSI build failure in the desktop packaging workflow. Fixes: error LGHT0094 - Unresolved reference to symbol 'Directory:INSTALLDIR'
…n desktop app Fixes duplicate symbol 'Directory:ProgramFilesFolder' error (LGHT0091) by modifying the WiX template replacement to inject INSTALLDIR into existing ProgramFilesFolder instead of creating a duplicate directory definition.
|
|
Failed test "Build/BuildDesktop (windows-latest) (pull_request) |
No worries. It happens sometime. |



This enables 'make run-server' to automatically build and connect AI plugin
without manual download of atest-ext-ai repository.