8
edits
(Created page with "This is an example of running remote tests on a Linux build of Fennec that is running in a VM. This uses the test-agent.py agent. == On the VM (where you'll run fennec) == <pre...") |
|||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
Download the test agent | Download the test agent: | ||
<pre> | <pre> | ||
hg clone https://hg.mozilla.org/automation/remote-testing/ | |||
ln -s remote-testing/SUTAgentPython/test-agent.py | |||
</pre> | </pre> | ||
Line 33: | Line 33: | ||
<pre> | <pre> | ||
python test-agent.py --testroot=/ | |||
</pre> | </pre> | ||
edits