Confirmed users
586
edits
m (→Debugging with the WebRender Debugger: formatting) |
(→Locally: Update for changes in bug 1558598) |
||
Line 99: | Line 99: | ||
=== Locally === | === Locally === | ||
If you want to run QR tests locally, you can use <tt>mach</tt> to run them as you would for Gecko normally. Just be sure to | If you want to run QR tests locally, you can use <tt>mach</tt> to run them as you would for Gecko normally. Just be sure to pass <tt>--enable-webrender</tt> to the <tt>mach</tt> command when running to enable WebRender. For example, to run the sanity reftests which is a good smoketest that you didn't horribly break everything, you can do this: | ||
./mach reftest --enable-webrender layout/reftests/reftest-sanity/ | |||
You can also run the WR standalone tests (without the Gecko stuff) locally. The page at https://developer.mozilla.org/en-US/docs/Mozilla/QA/WebRender describes how to do this. | You can also run the WR standalone tests (without the Gecko stuff) locally. The page at https://developer.mozilla.org/en-US/docs/Mozilla/QA/WebRender describes how to do this. |