brewlog/tests/e2e/main.rs
Jon Seager 7c1fbb99b8
test: add e2e tests for data page, detail pages, bag close, and navigation
Cover tab switching, search, pagination, and sorting on the data list
page. Verify detail page rendering for roasters, roasts, bags, gear,
and cafes. Test the close-bag flow from the detail page. Check that
home, stats, and timeline pages load correctly with data.
2026-02-10 11:09:30 +00:00

13 lines
195 B
Rust

#![allow(dead_code)]
mod helpers;
mod bag_tests;
mod brew_tests;
mod checkin_tests;
mod data_tests;
mod delete_tests;
mod detail_tests;
mod navigation_tests;
mod roaster_tests;
mod scan_tests;