10
edits
(Updating the link to the code review checklist) |
(link to intermittents page) |
||
| Line 345: | Line 345: | ||
To help with writing nice, maintainable and consistent DevTools mochitests, please follow our [https://wiki.mozilla.org/DevTools/mochitests_coding_standards DevTools mochitests coding guide]. | To help with writing nice, maintainable and consistent DevTools mochitests, please follow our [https://wiki.mozilla.org/DevTools/mochitests_coding_standards DevTools mochitests coding guide]. | ||
== Debugging Intermittent Test Failures == | |||
When a test fails sometimes, but not always, it is called an "intermittent". Handling these is complicated enough that we have a [[DevTools/Intermittents|separate page]] with tips on debugging. | |||
= Finding documentation = | = Finding documentation = | ||
edits