forked from codemirror/codemirror5
-
Notifications
You must be signed in to change notification settings - Fork 0
TDD
frawa edited this page May 3, 2012
·
10 revisions
UNDER CONSTRUCTION
This page describes a setup suited for TDD, using Eclipse JSDT and Chrome Development Tools for remote debugging.
-
Download Eclipse, for example the Eclipse IDE for JavaScript Web Developers
-
Install 'Eclipse EGit', from
http://download.eclipse.org/egit/updates -
Install all in 'Google Chrome Developer Tools', from
http://chromedevtools.googlecode.com/svn/update/dev/ -
Install 'JS Test Driver', from
http://js-test-driver.googlecode.com/svn/update/ -
Optional, install 'm2e - Maven integration for Eclipse', from
http://download.eclipse.org/technology/m2e/releases/. This requires the JDT feature.
Use Import wizard
- Import Project > Git > Projects from Git > URI
- git://github.com/frawa/TestCodeMirror2.git
- select only 'master' branch
- import as General project
In the Script Explorer, right click the new project and select 'Configure > Convert to JavaScript project'