docs: update Bruno terminology to OpenCollection YAML format
Update all references from "Bruno DSL .bru files" to "Bruno OpenCollection YAML .yml files" to reflect the current Bruno format. This includes: - PROJECT_GUIDELINES.md: Update API testing requirements - README.md: Update command examples - TEST_DATA.md: Update test data references - docs/contributing/development.md: Update API testing section - docs/developer/api-reference.md: Update Bruno testing documentation - docs/developer/collections-api.md: Update test file references - scripts/README.md: Update validation script documentation - scripts/verify-guidelines.sh: Update file extension check (.bru → .yml) - bruno/opencollection.yml: Rename collection from "Untitled Collection" to "Bookhoard"
This commit is contained in:
@@ -1606,10 +1606,10 @@ bruno/
|
||||
├── sync-kobo/ # Kobo sync protocol
|
||||
├── conflicts/ # Conflict resolution
|
||||
├── queue/ # Sync queue management
|
||||
└── collection.bru # Main collection file
|
||||
└── collection.yml # Main collection file
|
||||
```
|
||||
|
||||
## Testing with Bruno
|
||||
## Testing with Bruno OpenCollection YAML
|
||||
|
||||
Install Bruno CLI:
|
||||
```bash
|
||||
|
||||
@@ -467,20 +467,20 @@ X-RateLimit-Reset: 1643723400
|
||||
|
||||
---
|
||||
|
||||
## Bruno Tests
|
||||
## Bruno OpenCollection YAML Tests
|
||||
|
||||
Complete API tests available in `bruno/collections/`:
|
||||
|
||||
- `Get Collections.bru`
|
||||
- `Create Collection.bru`
|
||||
- `Get Collection.bru`
|
||||
- `Update Collection.bru`
|
||||
- `Delete Collection.bru`
|
||||
- `Add Books to Collection.bru`
|
||||
- `Remove Book from Collection.bru`
|
||||
- `Get Book Collections.bru`
|
||||
- `Test Collection Rules.bru`
|
||||
- `Bulk Remove Books.bru`
|
||||
- `Get Collections.yml`
|
||||
- `Create Collection.yml`
|
||||
- `Get Collection.yml`
|
||||
- `Update Collection.yml`
|
||||
- `Delete Collection.yml`
|
||||
- `Add Books to Collection.yml`
|
||||
- `Remove Book from Collection.yml`
|
||||
- `Get Book Collections.yml`
|
||||
- `Test Collection Rules.yml`
|
||||
- `Bulk Remove Books.yml`
|
||||
|
||||
Run tests:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user