Files
bookhoard/bruno/environments/Bookhoard.yml
T
john-okeefe bac77312b4 test: update Bruno API collection for has_cover filter
Updated the Bruno API test collection to include tests for the new
3-state has_cover filter functionality.

Changes:
- Added test cases for has_cover=true, has_cover=false, and has_cover
  not specified to verify all three states work correctly
- Updated environment configuration to support the new filter parameter

These tests verify that the has_cover filter properly handles:
- NULL (not specified): Returns all books
- TRUE: Returns only books with cover images
- FALSE: Returns only books without cover images

This ensures the 3-state boolean implementation works correctly across
all scenarios and prevents regression of the bug where searches were
returning 0 results.
2026-03-27 18:08:18 -04:00

37 lines
951 B
YAML

name: Bookhoard
variables:
- name: base_url
value: http://localhost:8765
- name: media_item_id
value: 02a535a4-19f8-43fa-b81b-89a226d19dd9
- name: fake_book_id
value: 123e4567-e89b-12d3-a456-426614174000
- name: user_id
value: c51118f0-31fc-4c32-827d-517d6599bf21
- name: highlight_id
value: 660f9501-f29b-51d4-b716-446655440001
- name: note_id
value: 7710a602-g29b-61d4-c716-446655440002
- name: library_id
value: d2932c11-cd39-4c4a-b940-124b75964099
- name: job_id
value: d5554991-1a13-4f60-9a70-82d19ed1abe2
- name: rating
value: "5"
- name: is_visible
value: "true"
- name: library_folder
value: /app/uploads
- name: opds_base_url
value: ""
- secret: true
name: token
- secret: true
name: refresh_token
- secret: true
name: kobo_device_token
- secret: true
name: other_device_id
- name: collection_id
value: 412c03c3-0843-4bd4-b764-cc9457bb9df2