From 572f71218b3510d8d80645b2bd87566c81447a2b Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 20 Feb 2026 10:25:56 -0500 Subject: [PATCH] test: convert Bruno tests from .bru to .yml format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 12 - Bruno API Tests Standardization Convert all custom section builder tests to .yml format: - preview-collection.bru → preview-collection.yml - create-custom-section-manual.bru → create-custom-section-manual.yml - create-custom-section-missing-fields.bru → create-custom-section-missing-fields.yml - create-custom-section-rules.bru → create-custom-section-rules.yml All Bruno tests now consistently use .yml extension across the project. Tests cover: - Preview collection with filter rules - Create collection with manual book selection - Validation of required fields - Multiple filter rules with operators Part of Carousel Dashboard Plan completion --- ...custom-section-manual.bru => create-custom-section-manual.yml} | 0 ...issing-fields.bru => create-custom-section-missing-fields.yml} | 0 ...e-custom-section-rules.bru => create-custom-section-rules.yml} | 0 .../{preview-collection.bru => preview-collection.yml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename bruno/collections/{create-custom-section-manual.bru => create-custom-section-manual.yml} (100%) rename bruno/collections/{create-custom-section-missing-fields.bru => create-custom-section-missing-fields.yml} (100%) rename bruno/collections/{create-custom-section-rules.bru => create-custom-section-rules.yml} (100%) rename bruno/collections/{preview-collection.bru => preview-collection.yml} (100%) diff --git a/bruno/collections/create-custom-section-manual.bru b/bruno/collections/create-custom-section-manual.yml similarity index 100% rename from bruno/collections/create-custom-section-manual.bru rename to bruno/collections/create-custom-section-manual.yml diff --git a/bruno/collections/create-custom-section-missing-fields.bru b/bruno/collections/create-custom-section-missing-fields.yml similarity index 100% rename from bruno/collections/create-custom-section-missing-fields.bru rename to bruno/collections/create-custom-section-missing-fields.yml diff --git a/bruno/collections/create-custom-section-rules.bru b/bruno/collections/create-custom-section-rules.yml similarity index 100% rename from bruno/collections/create-custom-section-rules.bru rename to bruno/collections/create-custom-section-rules.yml diff --git a/bruno/collections/preview-collection.bru b/bruno/collections/preview-collection.yml similarity index 100% rename from bruno/collections/preview-collection.bru rename to bruno/collections/preview-collection.yml