quarkus-flow-testing

Implement quarkus-flow testing patterns with @QuarkusTest and YAML workflow validation.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/baldimir/bob-skills --skill quarkus-flow-testing-baldimir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarkus-flow-testing
Source: https://github.com/baldimir/bob-skills/tree/main/.bob/skills/quarkus-flow-testing
Command: npx skills add https://github.com/baldimir/bob-skills --skill quarkus-flow-testing-baldimir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Testing strategies for quarkus-flow workflows across unit tests, YAML workflow tests, and REST integration checks. Supporting AI service mocking and Flow class testing patterns.

Core Features & Use Cases

  • Unit testing of Flow classes with @QuarkusTest
  • YAML workflow tests and REST integration tests
  • AI service mocking to ensure deterministic tests in CI

Quick Start

Write a unit test with @QuarkusTest to validate a Flow-driven workflow.

Frequently Asked Questions about quarkus-flow-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test quarkus-flow workflows with @QuarkusTest?

Test quarkus-flow workflows by applying CDI-based testing patterns with @QuarkusTest, enabling direct validation of Flow classes and their execution logic in a managed environment.

What is the best way to mock AI services for deterministic quarkus-flow tests?

Mock AI services in quarkus-flow tests to guarantee deterministic, non-flaky results in CI by isolating external AI calls and returning controlled, predictable responses.

Can I validate quarkus-flow YAML workflows using JUnit 5?

Validate quarkus-flow YAML workflows using JUnit 5 by applying specific YAML workflow test patterns that parse and assert workflow definitions within the test suite.

Does quarkus-flow testing support REST integration checks?

Quarkus-flow testing supports REST integration checks, allowing you to verify endpoint-to-workflow interactions and validate the complete request and response lifecycle.

Why are my quarkus-flow unit tests flaky in CI?

Quarkus-flow unit tests become flaky in CI when AI service calls are not mocked; implementing deterministic testing patterns and AI mocking ensures stable, repeatable results.