View On GitHub
The Joy of Coding: Episode Guide
Volunteer-driven episode guide for The Joy of Coding
Project maintained by
mikeconley
Hosted on GitHub Pages — Theme by
mattgraham
Episode 110: August 23rd, 2017
Links
Watch this episode on air mozilla
Evernote Agenda
Topics
Troubleshooting mochitest perma-orange caused by
bug 1385453
Stepping through the test, cross-referencing logs to understand where the test fails.
mach mochitest path/to/test.js –run-until-failure
Identifying culprit: mouse pointer position in automation, tab hover state and the new warm-up tabs on hover
sendNativeMouseMove and friends.
Moving the mouse pointer out of the way in mochitest/browser-test.js,