Daily updates from Odoo
Wednesday, November 21, 2018
1 change · master
Enhancements to existing features
When an automated website tour fails, the logs now include more complete page information and identify the exact failed step. This makes troubleshooting faster and helps teams resolve test issues with less guesswork.
Original PR description
With this commit, a failing tour will display more information in the logs, which may be useful for debugging purpose. - display full html instead of just the content of body - display the 'content' flag of the step, which is very useful to see which step failed Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr