mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
06e0aa40eb
This adds source code for the azure function that processes flakiness reports
22 lines
385 B
JSON
22 lines
385 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
}
|
|
},
|
|
"extensions": {
|
|
"queues": {
|
|
"batchSize": 1,
|
|
"newBatchThreshold": 0
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[1.*, 2.0.0)"
|
|
}
|
|
}
|