DevTools/GetInvolved: Difference between revisions

No edit summary
Line 79: Line 79:
We have two suites of tests:
We have two suites of tests:


1. '''xpcshell''': More unit-test style of tests. No browser window, just a JavaScript shell. Mostly testing APIs directly.
* '''xpcshell''': More unit-test style of tests. No browser window, just a JavaScript shell. Mostly testing APIs directly.
2. '''mochitest''': More of an integration style of tests. Fires up a whole browser window with every test and you can test clicking on buttons, etc.
* '''mochitest''': More of an integration style of tests. Fires up a whole browser window with every test and you can test clicking on buttons, etc.


==== xpcshell Tests ====
==== xpcshell Tests ====
Confirmed users
125

edits