Goat milk endpoint should return fresh goat milk when feature is enabled
373ms
Toppings should exclude raspberries when feature flag is disabled
335ms
Pancake recipe summary should return correct data
289ms
Toppings should include raspberries when feature flag is enabled
227ms
Exceeding rate limit should return too many requests
177ms
Order at maximum items per order should be accepted
143ms
Health check should report degraded when downstream service returns non success status
130ms
Health check should report degraded when cow service is unavailable
128ms
Goat milk endpoint should return not found when feature is disabled
119ms
Order exceeding maximum items per order should be rejected
117ms
Creating an order should emit a structured log entry
116ms
Health check should report degraded when multiple downstream services are unavailable
100ms
Audit logs should be returned in descending timestamp order
59ms
Creating an order should produce an audit log entry and events
58ms
Creating an order should produce a retrievable audit log entry
56ms
Adding a new topping should return the created topping
38ms
Batch completions should contain data ingested via pubsub consumer
29ms
Invalid status transition should return conflict [fromStatus: "Cancelled", toStatus: "Ready"]
29ms
Muffin request with invalid field should return bad request [field: "Milk", value: "", reason: "Milk is required", expectedError: "'Milk' is required.", expectedStatus: "Bad Request"]
26ms
Streaming updates for non existent order should return not found
25ms
Waffle request with more toppings than allowed should return bad request
24ms
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"]
24ms
Popular recipes should return recipe types ordered by frequency
22ms
Retrieving an existing inventory item should return the item
21ms
Menu endpoint should return all menu items with availability
20ms
Getting usage summary should return aggregated data
19ms
Order summaries should contain ingested order data
18ms
Equipment alerts should contain data ingested via event hub consumer
18ms
Valid apple cinnamon muffin request should return a fresh batch
17ms
Ingredient usage should aggregate across multiple recipes
15ms
Order should progress through all status transitions to completion
13ms
Ingredient shipments should be recorded when delivered via eventgrid webhook
13ms
Valid waffle request with all ingredients should return a fresh batch
12ms
Health check response should include description and data for each entry
12ms
Listing usage by ingredient should return matching records
12ms
Recipe reports should contain ingested recipe data
11ms
Creating an order when kitchen service returns error should still create the order
10ms
Previously created order should be retrievable by id
10ms
Remaining quantity should decrease after each order
9ms
Creating a reservation should return the confirmed reservation
9ms
Health check endpoint should return healthy status with all dependency details
9ms
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"]
9ms
The OpenApi endpoint should return a valid specification
8ms
Toppings endpoint should return all available toppings
8ms
Adding a staff member with an invalid role should return a bad request response
8ms
Pancake request with more toppings than allowed should return bad request
8ms
Valid order should be created and an event published
8ms
Listing all inventory items should return all items
8ms
Updating an existing topping should return the updated topping
7ms
Pancake request with invalid ingredient should return bad request [field: "Flour", value: "", reason: "Flour is required", expectedError: "'Flour' is required.", expectedStatus: "Bad Request"]
7ms
Saving customer preferences should return the saved preferences
7ms
Recording usage with missing ingredient name should return bad request
7ms
Creating an order should write an outbox message that gets processed
7ms
Sending request with unsupported content type should return unsupported media type [contentType: "text/plain"]
6ms
Updating a non existent topping should return not found
6ms
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"]
6ms
Listing feedback for an order should return the feedback
6ms
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"]
6ms
Order status via grpc should return order details
5ms
Audit logs should be filterable by entity type
5ms
Adding a new staff member should return the created member
5ms
Listing reviews by recipe should return matching reviews
5ms
Unknown recipe type should return zero batches
5ms
Updating an inventory item should return the updated item
5ms
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"]
5ms
Waffle request with invalid ingredient should return bad request [field: "Milk", value: "", reason: "Milk is required", expectedError: "'Milk' is required.", expectedStatus: "Bad Request"]
5ms
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"]
5ms
Valid pancake request with all ingredients should return a fresh batch
5ms
Request with correlation id should forward it to supplier service
5ms
Retrieving existing review by id should return the review
5ms
Listing orders when none exist should return an empty page
4ms
Requesting menu when supplier service unavailable should mark items as unavailable
4ms
Requesting milk when cow service unavailable should return bad gateway
4ms
Retrieving an existing staff member should return the member
4ms
The AsyncApi endpoint should return a valid specification
4ms
Submitting feedback with invalid rating should return bad request
4ms
Submitting feedback should return the created feedback
4ms
The Scalar UI endpoint should return a valid page
4ms
Retrieving an existing reservation should return the reservation
4ms
Request without correlation id should have one generated in response
4ms
Listing orders with small page size should limit results
4ms
Same order with different idempotency keys should return different confirmations
3ms
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…]
3ms
Waffle recipe summary should return correct data
3ms
Streaming order updates should return the current status
3ms
Submitting review with missing recipe name should return bad request
3ms
Retrieving existing feedback by id should return the feedback
3ms
Listing orders should return a paginated response
3ms
Ordering non existent daily special should return not found
3ms
Cancelling a reservation should return the cancelled reservation
3ms
Valid daily special order should return a confirmation
3ms
Menu should return cached results on subsequent requests
3ms
Updating customer preferences should return the updated preferences
3ms
Retrieving existing customer preferences should return the preferences
3ms
Order status update with invalid field should return bad request [field: "Status", value: "", reason: "Status is required", expectedError: "'Status' is required.", expectedStatus: "Bad Request"]
3ms
Recording ingredient usage should return the created record
3ms
Ordering daily special beyond threshold should return conflict
3ms
Goat milk endpoint should return fresh goat milk from goat service
2ms
Outbox message should transition to failed after exhausting retries
2ms
Filtering audit logs by a non existent entity type should return an empty collection
2ms
Audit logs should be filterable by entity id
2ms
Adding a new inventory item should return the created item
2ms
Deleting an inventory item should return no content
2ms
Valid status transition should update the order [fromStatus: "Created", toStatus: "Preparing"]
2ms
Order summaries should return an empty list when no orders exist
2ms
Order status for non existent order should return not found
2ms
Deleting an existing topping should return no content
2ms
Same order with same idempotency key should return same confirmation
1ms
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"]
1ms
Daily specials endpoint should return all available specials
1ms
Requesting goat milk when goat service unavailable should return bad gateway
1ms
Requesting second page should return different orders
1ms
Cancelling an already cancelled reservation should return a conflict response
1ms
Heartbeat endpoint should return a running message
1ms
Deleting a staff member should return no content
1ms
Request with correlation id should return same id in response
1ms
Request with unsupported content type should return unsupported media type [contentType: "text/plain"]
1ms
Deleting a reservation should return no content
1ms
Updating status of non existent order should return not found
1ms
Submitting a recipe review should return the created review
1ms
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"]
1ms
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"]
1ms
Recording usage with zero quantity should return bad request
1ms
Retrieving a non existent order should return not found
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
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…]
1ms
Request with correlation id should forward it to cow service
1ms
Retrieving non existent review should return not found
1ms
Saving customer preferences with missing customer name should return bad request
1ms
Retrieving non existent customer preferences should return not found
1ms
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
Retrieving a non existent inventory item should return not found
0ms
Retrieving non existent feedback should return not found
0ms
Submitting review with invalid rating should return bad request
0ms
Submitting feedback with missing customer name should return bad request
0ms
Valid status transition should update the order [fromStatus: "Created", toStatus: "Cancelled"]
0ms
Valid status transition should update the order [fromStatus: "Preparing", toStatus: "Ready"]
0ms
Valid status transition should update the order [fromStatus: "Ready", toStatus: "Completed"]
0ms
Deleting a non existent topping should return not found
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
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"]
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
Invalid status transition should return conflict [fromStatus: "Created", toStatus: "Ready"]
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
Pancake request with invalid ingredient should return bad request [field: "Milk", value: "", reason: "Milk is required", expectedError: "'Milk' 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: "Cinnamon", value: "<script>alert('xss')</script>", reason: "XSS in cinnamon", expectedError: "Cinnamon 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
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"]
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
Invalid status transition should return conflict [fromStatus: "Created", toStatus: "Completed"]
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
Invalid status transition should return conflict [fromStatus: "Preparing", toStatus: "Cancelled"]
0ms
Requesting milk when cow service times out should return bad gateway
0ms
Invalid status transition should return conflict [fromStatus: "Ready", toStatus: "Preparing"]
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
Waffle request with invalid ingredient should return bad request [field: "Eggs", value: "", reason: "Eggs is required", expectedError: "'Eggs' is required.", expectedStatus: "Bad Request"]
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
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
Request with unsupported content type should return unsupported media type [contentType: "application/xml"]
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
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
Invalid status transition should return conflict [fromStatus: "Cancelled", toStatus: "Preparing"]
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
Requesting milk when cow service returns invalid response should return bad gateway
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
Muffin request with invalid field should return bad request [field: "Eggs", value: "", reason: "Eggs is required", expectedError: "'Eggs' is required.", expectedStatus: "Bad Request"]
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
Invalid status transition should return conflict [fromStatus: "Completed", toStatus: "Preparing"]
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: "Milk", value: "<script>alert</script>", reason: "XSS in milk", expectedError: "Milk contains potentially dangerous content.", 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
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
Request with unsupported content type should return unsupported media type [contentType: "text/html"]
0ms
Sending request with unsupported content type should return unsupported media type [contentType: "text/html"]
0ms
Sending request with unsupported content type should return unsupported media type [contentType: "application/xml"]
0ms