Agentic QA

Check Execution Prioritization and Ordering
Requested by: Zoltan F. Request: Add priority field to checks to enable prioritized execution and better control over check execution order. Current Problem: No option to specify check execution order All checks run in parallel with no control over sequencing Cannot prioritize critical checks for faster feedback Risk of "endless checks" problem with large check suites Proposed Solutions: Option 1: Sequential Ordering Add order field to checks Execute checks one by one in specified order Option 2: Priority-Based Execution (Preferred) Add priority levels (P1, P2, P3) Execute checks by priority (top priority first) Supports parallel execution within same priority level All checks could be P1 if needed More lightweight and flexible than strict ordering Use Cases: Run critical checks first for faster feedback on key functionality Better resource management for large check suites Control execution flow for dependent checks Business Value: Faster feedback loops for critical checks Reduced waiting time for essential test results Better resource allocation Prevents issues with unlimited parallel execution Current Workaround: Include complete flow in a single check to control execution sequence within that check. Quotes: "Is it possible to add prio field to the check list? With that top prio would run first to get feedback faster (as I see the tests run parallel)" "I think check suite is great idea but it must be limited somehow to be able to manage the scenarios and manage and separate the requirements and their coverage. From execution point it is also recommended to have some kind of prioritized execution or limit what could we execute parallel. Endless checks are dangerous item as I see."
0
Enable Editing Check Suite and URLs in Test Session Drafts
Current Limitation: Users can only edit the test session name after a session is created. URLs and check suite selection cannot be modified. User Feedback: "Edit Session allows to edit only Session name" Requested Functionality: Enable users to edit existing test sessions to: Change the selected check suite Modify the list of URLs/pages to test Update session scope without creating a new session Use Cases: Fix URL typos without recreating the entire session Add or remove pages from an existing test session Switch to a different check suite for the same URLs Adjust test scope based on initial results Reuse session configuration with different parameters Current Workaround: Users must create a new test session to change URLs or check suite. Business Value: Improved user experience and workflow efficiency Reduced friction in test session management Faster iteration during test setup Less redundant session creation Technical Considerations: Need to consider impact on test history and audit trail May need to track session modifications for compliance Should preserve original configuration for reference Consider whether to allow edits on completed vs. running sessions Priority: Medium - Quality of life improvement Status: Currently by design (intentional limitation) Related: Commit f3a9a46 - "refactor redirect_to edit" (October 2025) Documented in MVP release notes as intentional limitation Source: Consolidated Feedback Analysis - November 2025
1
·
in progress
Multi-Execution Management and Re-run History Grouping
Requested by: Zoltan F. Request: Better management and visualization of multiple test session executions with ability to filter and group by check suite or scope. Current Behavior: Re-run functionality exists at test session level ✓ Execution counter shows total check executions Counter stays same if re-run with same scope (confusing) No grouping or filtering by check suite No grouping or filtering by scope (URLs/pages) Difficult to track execution history User Quote: "Is it possible to manage the runs and re-run under the original session somehow like the test cases what could be executed many times but the test cases is still the same." Desired Functionality: 1. Execution History Management View all executions of a test session as a list Each execution shows: timestamp, duration, results, scope changes Link related executions together Similar to test case execution history in traditional test management 2. Filtering and Grouping Options Filter test sessions by check suite Filter by scope (specific URLs or page types) Group re-runs of the same test session View execution trends over time 3. Better Execution Counter Clearer indication of what the counter represents Show number of times session was run vs total check executions Historical execution count Use Cases: Track how a specific check suite performs over time Compare results across multiple executions Filter to see only relevant test sessions Understand test session re-run history Audit trail for test executions Current Confusion: User re-executed the same session but execution number stayed the same, leading to confusion about what the counter represents. Status: 🔍 Discussion Needed Team wants to hear more about this use case in upcoming sessions. New design may address some aspects. Related: Execution counter will be clarified/redesigned in new UI New design may make current view "redundant" Priority: Medium - Workflow improvement for power users
0
Load More