jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Make a video on how to do testing #29

Open jlgrock opened 11 years ago

jlgrock commented 11 years ago

Show standard workflow techniques for how to do testing with this framework.

Should show how the test cases get generated and how you can open them in a browser.

It would be nice to show how you can compile and then edit your test cases thereafter to save time and not compile over and over again.

lukas-vlcek commented 11 years ago

That would be cool. Let me know if you want to help with this. Also is it possible to run individual tests using mvn?