Confirmed users
125
edits
No edit summary |
|||
Line 79: | Line 79: | ||
We have two suites of tests: | We have two suites of tests: | ||
* '''xpcshell''': More unit-test style of tests. No browser window, just a JavaScript shell. Mostly testing APIs directly. | |||
* '''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 ==== |