feat(testing): add Bruno script for automated database setup

Add NewDB.sh script that automates the initial database setup process
by running sequential API calls through Bruno CLI to register a user,
create a library, add a library folder, and scan media items.
This commit is contained in:
2026-04-10 19:35:28 -04:00
parent 4259ffe95f
commit e3b9a0084b
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
bru run --env Bookhoard --delay 500 "user/auth/Register User.yml" "library/Create Library.yml" "library/Add Library Folder.yml" "scanner/Scan Media Items.yml"