forked from codemirror/codemirror5
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
frawa edited this page Apr 30, 2012
·
13 revisions
Welcome to the TestCodeMirror2 wiki!
TestCodeMirror2 is adding more intensive testing to CodeMirror2. Find details on the project's backlog.
Test are based on js-test-driver framework.
To launch your the tests use
mvn test mvn test -P firefox mvn test -P chrome mvn test -P iexplorer mvn test -P all
Your .m2/settings.xml file need to bring some additional information
-
For js-test-driver, see here.
-
For TestCodeMirror2 to find your browsers
<properties> <ChromePath>C:\Users\IBM_ADMIN\AppData\Local\Google\Chrome\Application\chrome.exe</ChromePath> <FirefoxPath>C:\Program Files (x86)\Mozilla Firefox\firefox.exe</FirefoxPath> <InternetExplorerPath>C:\Program Files (x86)\Internet Explorer\iexplore.exe</InternetExplorerPath> </properties>