Difference between revisions of "How-Tos"
(→Mochitests) |
(→Automated Tests) |
||
Line 21: | Line 21: | ||
Build Firefox | Build Firefox | ||
</blockquote> | </blockquote> | ||
− | '''Step 3''' | + | '''Step 3'''<br/> |
+ | A) | ||
<blockquote> | <blockquote> | ||
Run the Mochitests | Run the Mochitests | ||
Line 28: | Line 29: | ||
or | or | ||
<pre>make -C $(OBJDIR) mochitest</pre> | <pre>make -C $(OBJDIR) mochitest</pre> | ||
+ | </blockquote> | ||
+ | B) | ||
+ | <blockquote> | ||
+ | Specific Mochitests can be run by the following: | ||
+ | <pre>cd $(OBJDIR)/_tests/testing/mochitest | ||
+ | python runtests.py --test-path=content/base/test/test_CrossSiteXHR.html | ||
+ | </pre> | ||
+ | </blockquote> | ||
There are more options that are available for running [https://developer.mozilla.org/en/Mochitest Mochitests]. | There are more options that are available for running [https://developer.mozilla.org/en/Mochitest Mochitests]. | ||
− | + | ||
=====XPCShell===== | =====XPCShell===== | ||
+ | '''Steps to run tests on Firefox'''<br/> | ||
+ | '''Step1''' | ||
+ | <blockquote> | ||
+ | |||
+ | <pre></pre>https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests | ||
+ | </bockquote> | ||
=====Reftests===== | =====Reftests===== | ||
+ | |||
===Thunderbird=== | ===Thunderbird=== | ||
Revision as of 14:18, 28 November 2008
Contents
Welcome
Welcome to the Seneca How-To page. You'll find How-To's for all things Open Source related.
Wiki
How to add a how-to
To add a how-to to this page add a heading under the correct category OR create a category if one doesn't exist. There are currently no formatting or style rules. The suggestion is to be clean and well laid out. Look over the current how-to's to get a feel on how your tutorial should be laid out. Thank you for the contribution.
Mozilla
Firefox
Automated Tests
For an overview on Automated testing with Mozilla can be found on the Mozilla Developer Center.
Mochitests
Steps to run tests on Firefox
Step 1
Modify the .mozconfig file to include
ac_add_options --enable-tests
Step 2
Build Firefox
Step 3
A)
Run the Mochitests
cd $(OBJDIR)/_tests/testing/mochitest python runtests.pyor
make -C $(OBJDIR) mochitest
B)
Specific Mochitests can be run by the following:
cd $(OBJDIR)/_tests/testing/mochitest python runtests.py --test-path=content/base/test/test_CrossSiteXHR.html
There are more options that are available for running Mochitests.
XPCShell
Steps to run tests on Firefox
Step1
https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests</bockquote>
Reftests
Thunderbird
Open Office
Eclipse
Linux
===Fedora===