Confirmed users
975
edits
| Line 43: | Line 43: | ||
==== Running a single test ==== | ==== Running a single test ==== | ||
From the root directory: | From the root directory: | ||
<pre>mach robocop <test-name></pre> | <pre>./mach robocop <test-name></pre> | ||
where <test-name> would be a test name such as "testLoad": | where <test-name> would be a test name such as "testLoad": | ||
<pre>mach robocop testLoad</pre> | <pre>./mach robocop testLoad</pre> | ||
See also https://wiki.mozilla.org/Mobile/Fennec/Android#Testing and https://wiki.mozilla.org/Mobile/Fennec/Android#Robocop for advanced options. | See also https://wiki.mozilla.org/Mobile/Fennec/Android#Testing and https://wiki.mozilla.org/Mobile/Fennec/Android#Robocop for advanced options. | ||