Skip to content

Add integration test to check Agentic workflows in DevUI#310

Draft
mcruzdev wants to merge 2 commits intoquarkiverse:mainfrom
mcruzdev:issue-138
Draft

Add integration test to check Agentic workflows in DevUI#310
mcruzdev wants to merge 2 commits intoquarkiverse:mainfrom
mcruzdev:issue-138

Conversation

@mcruzdev
Copy link
Member

@mcruzdev mcruzdev commented Mar 10, 2026

This pull request introduces new test dependencies and adds integration tests for agentic workflows in the Dev UI. The main focus is on enabling and validating UI behavior for agentic workflows using Playwright-based browser testing. Additionally, a simple agentic workflow example is provided for testing purposes.

Test and Dev UI Integration Enhancements:

  • Added quarkus-playwright and quarkus-rest-jackson as test dependencies in pom.xml to enable browser-based UI testing and REST support in tests.
  • Introduced a Playwright-based integration test, AgenticWorkflowInDevUIT, to verify that agentic workflows are correctly displayed in the Dev UI.

Agentic Workflow Example:

  • Added SimpleAgenticWorkflow class as an application-scoped bean with a sample creative writer AI service for use in tests.

Dependency Cleanup:

  • Minor cleanup in pom.xml by removing extra blank lines.

Closes #138

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
@mcruzdev
Copy link
Member Author

Blocked by #301

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add e2e test to be sure that the DevUI are working with new Quarkus release

1 participant