canmove, Confirmed users
1,126
edits
(Add requirement for crash reporting to work) |
m (→8) Must avoid patterns known to cause non deterministic failures: Change link text in the hope of it being easier to find via search) |
||
Line 65: | Line 65: | ||
** eg: Emulator/driver binaries direct from a vendor's site, package downloads from PyPi or page assets for unit/performance tests. | ** eg: Emulator/driver binaries direct from a vendor's site, package downloads from PyPi or page assets for unit/performance tests. | ||
* Must not contain time bombs, e.g. tests that will fail after a certain date or when run at certain times. | * Must not contain time bombs, e.g. tests that will fail after a certain date or when run at certain times. | ||
* See the [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Avoiding_intermittent_oranges | * See the [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Avoiding_intermittent_oranges best practices for avoiding intermittent failures (oranges)]. | ||
=== 9) Supports the disabling of individual tests === | === 9) Supports the disabling of individual tests === |