Mobile/Fennec Unittests/Remote Testing/Examples: Difference between revisions

(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 and make it executable:
Download the test agent:


<pre>
<pre>
wget http://people.mozilla.org/~jmaher/remotetesting/test-agent.py
hg clone https://hg.mozilla.org/automation/remote-testing/
chmod 755 ./test-agent.py
ln -s remote-testing/SUTAgentPython/test-agent.py
</pre>
</pre>


Line 33: Line 33:


<pre>
<pre>
./test-agent.py --testroot=/
python test-agent.py --testroot=/
</pre>
</pre>


8

edits