Goat milk endpoint should return fresh goat milk when feature is enabled
363ms
Order exceeding maximum items per order should be rejected
292ms
Pancake recipe summary should return correct data
284ms
Health check should report degraded when cow service is unavailable
280ms
Consuming recipe cost event should trigger downstream processing
272ms
Goat milk endpoint should return not found when feature is disabled
197ms
Health check should report degraded when multiple downstream services are unavailable
187ms
Creating an order should emit a structured log entry
176ms
Order at maximum items per order should be accepted
165ms
Exceeding rate limit should return too many requests
163ms
Health check should report degraded when downstream service returns non success status
155ms
Toppings should include raspberries when feature flag is enabled
142ms
Order should progress through all status transitions to completion
113ms
Toppings should exclude raspberries when feature flag is disabled
85ms
Submitting review with missing recipe name should return bad request
78ms
Creating an order should produce an audit log entry and events
75ms
Batch completions should contain data ingested via pubsub consumer
56ms
Remaining quantity should decrease after each order
50ms
Consuming customer feedback event should trigger downstream processing
50ms
Saving customer preferences should return the saved preferences
50ms
Ingredient shipments should be recorded when delivered via eventgrid webhook
50ms
Recipe reports should contain ingested recipe data
44ms
Popular recipes should return recipe types ordered by frequency
44ms
Previously created order should be retrievable by id
44ms
Deleting a waste record should return no content
43ms
Listing feedback for an order should return the feedback
39ms
Ingredient usage should aggregate across multiple recipes
35ms
Requesting milk when cow service unavailable should return bad gateway
34ms
Equipment alerts should contain data ingested via event hub consumer
31ms
Order summaries should contain ingested order data
31ms
Valid apple cinnamon muffin request should return a fresh batch
27ms
Waffle request with invalid ingredient should return bad request [field: "Milk", value: "", reason: "Milk is required", expectedError: "'Milk' is required.", expectedStatus: "Bad Request"]
27ms
Daily special order with invalid field should return bad request [field: "SpecialId", value: null, reason: "Special ID is required", expectedError: "'Special Id' is required.", expectedStatus: "Bad Request"]
26ms
Listing notes by recipe should return matching notes
26ms
Creating an order should produce a retrievable audit log entry
25ms
Toppings endpoint should return all available toppings
25ms
Streaming updates for non existent order should return not found
24ms
Valid waffle request with all ingredients should return a fresh batch
24ms
Listing usage by ingredient should return matching records
23ms
Listing orders with small page size should limit results
22ms
Order status via grpc should return order details
22ms
Muffin request with invalid field should return bad request [field: "Milk", value: "", reason: "Milk is required", expectedError: "'Milk' is required.", expectedStatus: "Bad Request"]
21ms
Retrieving existing customer preferences should return the preferences
20ms
Listing all inventory items should return all items
20ms
Creating a reservation should return the confirmed reservation
19ms
Retrieving existing review by id should return the review
19ms
Retrieving an existing inventory item should return the item
18ms
Updating an inventory item should return the updated item
18ms
Valid pancake request with all ingredients should return a fresh batch
17ms
Adding a staff member with an invalid role should return a bad request response
17ms
The OpenApi endpoint should return a valid specification
17ms
Getting usage summary should return aggregated data
16ms
The AsyncApi endpoint should return a valid specification
16ms
Updating an existing note should return the updated note
16ms
Retrieving existing feedback by id should return the feedback
16ms
Retrieving an existing staff member should return the member
16ms
Listing orders when none exist should return an empty page
15ms
Menu endpoint should return all menu items with availability
15ms
Retrieving an existing reservation should return the reservation
15ms
Creating an order when kitchen service returns error should still create the order
15ms
Menu should return cached results on subsequent requests
15ms
Listing reviews by recipe should return matching reviews
14ms
Invalid status transition should return conflict [fromStatus: "Cancelled", toStatus: "Ready"]
14ms
Submitting feedback should return the created feedback
14ms
Listing waste by recipe should return matching records
14ms
Streaming order updates should return the current status
13ms
Cancelling a reservation should return the cancelled reservation
12ms
Audit logs should be returned in descending timestamp order
12ms
Pancake request with invalid ingredient should return bad request [field: "Flour", value: "", reason: "Flour is required", expectedError: "'Flour' is required.", expectedStatus: "Bad Request"]
12ms
Adding a new staff member should return the created member
12ms
Updating an existing topping should return the updated topping
12ms
Requesting menu when supplier service unavailable should mark items as unavailable
11ms
Deleting an inventory item should return no content
11ms
Valid status transition should update the order [fromStatus: "Created", toStatus: "Preparing"]
11ms
Retrieving non existent customer preferences should return not found
10ms
Outbox message should transition to failed after exhausting retries
10ms
Topping request with invalid or dangerous input should return bad request [field: "Name", value: "<script>alert('xss')</script>", reason: "Script tag in name", expectedError: "Name contains potentially dangerous content.", expectedStatus: "Bad Request"]
10ms
Same order with different idempotency keys should return different confirmations
10ms
Different muffin recipes should produce the expected batch [recipeName: "Classic", recipe: MuffinRecipeTestData { Ingredients = IngredientSet { Flour = Plain Flour, Apples = Granny Smith, Cinnamon = Ceylon }, Toppings = System.Collections.Generic.List`1[Breakf…]
10ms
Retrieving an existing note by id should return the note
9ms
Order with invalid field should return bad request [field: "Items[0].ItemType", value: "", reason: "Item type is required", expectedError: "'Item Type' is required.", expectedStatus: "Bad Request"]
9ms
Submitting feedback with invalid rating should return bad request
9ms
Adding a new topping should return the created topping
9ms
Updating customer preferences should return the updated preferences
8ms
Ordering non existent daily special should return not found
8ms
Health check response should include description and data for each entry
8ms
Submitting review with invalid rating should return bad request
8ms
Ordering daily special beyond threshold should return conflict
8ms
Updating a non existent topping should return not found
8ms
Retrieving non existent feedback should return not found
7ms
Recording ingredient usage should return the created record
7ms
Valid daily special order should return a confirmation
7ms
Submitting a recipe review should return the created review
7ms
Deleting a reservation should return no content
7ms
Health check endpoint should return healthy status with all dependency details
7ms
Request without correlation id should have one generated in response
7ms
Request with correlation id should forward it to supplier service
7ms
Update topping with invalid or dangerous input should return bad request [field: "Category", value: "", reason: "Category is required", expectedError: "'Category' is required.", expectedStatus: "Bad Request"]
7ms
Same order with same idempotency key should return same confirmation
6ms
Adding a new inventory item should return the created item
6ms
Listing orders should return a paginated response
6ms
Recording ingredient waste should return the created record
6ms
Sending request with unsupported content type should return unsupported media type [contentType: "text/plain"]
6ms
Requesting second page should return different orders
6ms
Creating an order should write an outbox message that gets processed
6ms
Order status for non existent order should return not found
6ms
Audit logs should be filterable by entity type
5ms
Unknown recipe type should return zero batches
5ms
Goat milk endpoint should return fresh goat milk from goat service
5ms
Cancelling an already cancelled reservation should return a conflict response
5ms
Waffle request with more toppings than allowed should return bad request
5ms
Creating a chef note should return the created note
4ms
Requesting goat milk when goat service unavailable should return bad gateway
4ms
Order status update with invalid field should return bad request [field: "Status", value: "", reason: "Status is required", expectedError: "'Status' is required.", expectedStatus: "Bad Request"]
4ms
Audit logs should be filterable by entity id
4ms
Saving customer preferences with missing customer name should return bad request
4ms
Deleting an existing topping should return no content
4ms
The Scalar UI endpoint should return a valid page
4ms
Order summaries should return an empty list when no orders exist
4ms
Pancake request with more toppings than allowed should return bad request
4ms
Heartbeat endpoint should return a running message
3ms
Request with correlation id should return same id in response
3ms
Filtering audit logs by a non existent entity type should return an empty collection
3ms
Waffle recipe summary should return correct data
3ms
Request with correlation id should forward it to cow service
3ms
Daily specials endpoint should return all available specials
3ms
Recording usage with zero quantity should return bad request
3ms
Creating a note with missing note text should return bad request
2ms
Deleting a staff member should return no content
2ms
Retrieving a non existent order should return not found
2ms
Updating status of non existent order should return not found
2ms
Waffle request with invalid ingredient should return bad request [field: "Milk", value: "<script>alert</script>", reason: "XSS in milk", expectedError: "Milk contains potentially dangerous content.", expectedStatus: "Bad Request"]
2ms
Requesting milk when cow service returns invalid response should return bad gateway
2ms
Updating a non existent note should return not found
2ms
Request with unsupported content type should return unsupported media type [contentType: "text/plain"]
2ms
Recording waste with missing ingredient name should return bad request
2ms
Retrieving a non existent note should return not found
2ms
Retrieving non existent review should return not found
2ms
Retrieving a non existent inventory item should return not found
2ms
Pancake request with invalid ingredient should return bad request [field: "Milk", value: "", reason: "Milk is required", expectedError: "'Milk' is required.", expectedStatus: "Bad Request"]
1ms
Recording usage with missing ingredient name should return bad request
1ms
Recording waste with missing reason should return bad request
1ms
Submitting feedback with missing customer name should return bad request
1ms
Valid order should be created and an event published
1ms
Recording waste with zero quantity should return bad request
1ms
Creating a note with missing recipe name should return bad request
1ms
Update topping with invalid or dangerous input should return bad request [field: "Name", value: "<img src=x onerror=alert(1)>", reason: "Event handler in name", expectedError: "Name contains potentially dangerous content.", expectedStatus: "Bad Request"]
1ms
Different muffin recipes should produce the expected batch [recipeName: "Rustic Wholesome", recipe: MuffinRecipeTestData { Ingredients = IngredientSet { Flour = Whole Wheat, Apples = Honeycrisp, Cinnamon = Cassia }, Toppings = System.Collections.Generic.List`1…]
1ms
Deleting a non existent topping should return not found
0ms
Order with invalid field should return bad request [field: "Items[0].Quantity", value: "0", reason: "Quantity must be greater than zero", expectedError: "Quantity must be greater than zero.", expectedStatus: "Bad Request"]
0ms
Valid status transition should update the order [fromStatus: "Preparing", toStatus: "Ready"]
0ms
Different muffin recipes should produce the expected batch [recipeName: "Spiced Deluxe", recipe: MuffinRecipeTestData { Ingredients = IngredientSet { Flour = Almond Flour, Apples = Pink Lady, Cinnamon = Saigon }, Toppings = System.Collections.Generic.List`1[Br…]
0ms
Update topping with invalid or dangerous input should return bad request [field: "Category", value: "javascript:alert(1)", reason: "Javascript protocol", expectedError: "Category contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Order with invalid field should return bad request [field: "Items", value: null, reason: "At least one item is required", expectedError: "The Items field is required.", expectedStatus: "Bad Request"]
0ms
Requesting goat milk when goat service returns invalid response should return bad gateway
0ms
Pancake request with invalid ingredient should return bad request [field: "Eggs", value: "javascript:void(0)", reason: "XSS in eggs", expectedError: "Eggs contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Invalid status transition should return conflict [fromStatus: "Preparing", toStatus: "Cancelled"]
0ms
Update topping with invalid or dangerous input should return bad request [field: "Name", value: "<script>alert('xss')</script>", reason: "Script tag in name", expectedError: "Name contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Valid status transition should update the order [fromStatus: "Created", toStatus: "Cancelled"]
0ms
Muffin request with invalid field should return bad request [field: "Flour", value: "", reason: "Flour is required", expectedError: "'Flour' is required.", expectedStatus: "Bad Request"]
0ms
Valid status transition should update the order [fromStatus: "Ready", toStatus: "Completed"]
0ms
Pancake request with invalid ingredient should return bad request [field: "Flour", value: "<img onerror=x>", reason: "XSS in flour", expectedError: "Flour contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Waffle request with invalid ingredient should return bad request [field: "Butter", value: "", reason: "Butter is required", expectedError: "'Butter' is required.", expectedStatus: "Bad Request"]
0ms
Muffin request with invalid field should return bad request [field: "Cinnamon", value: "<script>alert('xss')</script>", reason: "XSS in cinnamon", expectedError: "Cinnamon contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Waffle request with invalid ingredient should return bad request [field: "Butter", value: "<img onerror=x>", reason: "XSS in butter", expectedError: "Butter contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Invalid status transition should return conflict [fromStatus: "Cancelled", toStatus: "Preparing"]
0ms
Update topping with invalid or dangerous input should return bad request [field: "Category", value: "<script>alert('xss')</script>", reason: "Script tag in category", expectedError: "Category contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Order with invalid field should return bad request [field: "CustomerName", value: "", reason: "Customer name is required", expectedError: "'Customer Name' is required.", expectedStatus: "Bad Request"]
0ms
Requesting milk when cow service times out should return bad gateway
0ms
Order with invalid field should return bad request [field: "Items[0].BatchId", value: null, reason: "Batch ID is required", expectedError: "'Batch Id' is required.", expectedStatus: "Bad Request"]
0ms
Daily special order with invalid field should return bad request [field: "Quantity", value: "0", reason: "Quantity must be greater than zero", expectedError: "Quantity must be greater than zero.", expectedStatus: "Bad Request"]
0ms
Topping request with invalid or dangerous input should return bad request [field: "Category", value: "<script>alert('xss')</script>", reason: "Script tag in category", expectedError: "Category contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Pancake request with invalid ingredient should return bad request [field: "Milk", value: "<script>alert</script>", reason: "XSS in milk", expectedError: "Milk contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Muffin request with invalid field should return bad request [field: "Apples", value: "", reason: "Apples is required", expectedError: "'Apples' is required.", expectedStatus: "Bad Request"]
0ms
Topping request with invalid or dangerous input should return bad request [field: "Name", value: "", reason: "Name is required", expectedError: "'Name' is required.", expectedStatus: "Bad Request"]
0ms
Update topping with invalid or dangerous input should return bad request [field: "Name", value: "", reason: "Name is required", expectedError: "'Name' is required.", expectedStatus: "Bad Request"]
0ms
Invalid status transition should return conflict [fromStatus: "Ready", toStatus: "Preparing"]
0ms
Sending request with unsupported content type should return unsupported media type [contentType: "text/html"]
0ms
Waffle request with invalid ingredient should return bad request [field: "Eggs", value: "", reason: "Eggs is required", expectedError: "'Eggs' is required.", expectedStatus: "Bad Request"]
0ms
Invalid status transition should return conflict [fromStatus: "Created", toStatus: "Ready"]
0ms
Topping request with invalid or dangerous input should return bad request [field: "Category", value: "javascript:alert(1)", reason: "Javascript protocol", expectedError: "Category contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Muffin request with invalid field should return bad request [field: "Cinnamon", value: "", reason: "Cinnamon is required", expectedError: "'Cinnamon' is required.", expectedStatus: "Bad Request"]
0ms
Invalid status transition should return conflict [fromStatus: "Created", toStatus: "Completed"]
0ms
Topping request with invalid or dangerous input should return bad request [field: "Category", value: "", reason: "Category is required", expectedError: "'Category' is required.", expectedStatus: "Bad Request"]
0ms
Invalid status transition should return conflict [fromStatus: "Completed", toStatus: "Preparing"]
0ms
Pancake request with invalid ingredient should return bad request [field: "Eggs", value: "", reason: "Eggs is required", expectedError: "'Eggs' is required.", expectedStatus: "Bad Request"]
0ms
Waffle request with invalid ingredient should return bad request [field: "Flour", value: "", reason: "Flour is required", expectedError: "'Flour' is required.", expectedStatus: "Bad Request"]
0ms
Muffin request with invalid field should return bad request [field: "Eggs", value: "", reason: "Eggs is required", expectedError: "'Eggs' is required.", expectedStatus: "Bad Request"]
0ms
Topping request with invalid or dangerous input should return bad request [field: "Name", value: "<img src=x onerror=alert(1)>", reason: "Event handler in name", expectedError: "Name contains potentially dangerous content.", expectedStatus: "Bad Request"]
0ms
Sending request with unsupported content type should return unsupported media type [contentType: "application/xml"]
0ms
Request with unsupported content type should return unsupported media type [contentType: "application/xml"]
0ms
Request with unsupported content type should return unsupported media type [contentType: "text/html"]
0ms