160
edits
(update links) |
(fix brackets) |
||
Line 36: | Line 36: | ||
Example: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/v8_7/v8.manifest v8.manifest] | Example: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/v8_7/v8.manifest v8.manifest] | ||
The file you created should be referenced in your test config inside of | The file you created should be referenced in your test config inside of [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l607 test.py]. For example, open test.py, and look for the line referring to the test you want to run: | ||
<pre> | <pre> | ||
tpmanifest = '${talos}/page_load_test/svgx/svgx.manifest' | tpmanifest = '${talos}/page_load_test/svgx/svgx.manifest' |
edits