9
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<h3> | <h3> | ||
<p> Step1: go to gaia repo </p> | <p> Step1: go to gaia repo </p> | ||
<h4> | |||
<pre class="_fck_mw_lspace">cd B2G/gaia | <pre class="_fck_mw_lspace">cd B2G/gaia | ||
</pre> | </pre> | ||
</h4> | |||
<p> Step2: Make sure gaia is up-to-date </p> | <p> Step2: Make sure gaia is up-to-date </p> | ||
<h4> | |||
<pre class="_fck_mw_lspace">git pull | <pre class="_fck_mw_lspace">git pull | ||
</pre> | </pre> | ||
<pre class="_fck_mw_lspace">git pull b2g master | <pre class="_fck_mw_lspace">git pull b2g master | ||
</pre> | </pre> | ||
</h4> | |||
<p> Step3: Forwad </p> | <p> Step3: Forwad </p> | ||
<h4> | |||
<pre class="_fck_mw_lspace">adb forward tcp:2828 tcp:2828 | <pre class="_fck_mw_lspace">adb forward tcp:2828 tcp:2828 | ||
</pre> | </pre> | ||
</h4> | |||
<p> Step4: Doing Test </p> | <p> Step4: Doing Test </p> | ||
<h4> | |||
<pre class="_fck_mw_lspace">make test-integration | <pre class="_fck_mw_lspace">make test-integration | ||
</pre> | </pre> | ||
<p>All the test files are written in javascript and placed in the B2G/gaia/apps/system/test/integration <br> | |||
Only the file name in the *_test.js format will be execute <br> | |||
Just try it now : ) | |||
</h4> | |||
<p><br /> | <p><br /> | ||
</p> | </p> |
edits