DescriptionAdd a JSON logging handler to the Kasko integration tests.
This produces this kind of log files:
[
{
"INFO": "integration_test.pyc:Started server on port 60390"
},
{
"INFO": "process.pyc:Starting chromedriver"
},
{
"INFO": "process.pyc:Starting chrome"
},
{
"INFO": "integration_test.pyc:Navigating to Kasko debug URL"
},
{
"INFO": "integration_test.pyc:Waiting for Kasko report"
},
{
"INFO": "kasko_integration_test.py:Test passed successfully!"
}
]
Committed: https://crrev.com/449a222fa5e282e8f28f28f3c6be0ac566d39761
Cr-Commit-Position: refs/heads/master@{#383757}
Patch Set 1 #Patch Set 2 : add the executable bit. #
Total comments: 7
Patch Set 3 : Address Chris' comments. #Patch Set 4 : Address Chris' comments. #
Total comments: 1
Patch Set 5 : #
Messages
Total messages: 17 (7 generated)
|