Testing of the app #2787
Replies: 2 comments
-
Unfortunately, the DOM modifications and the behavior logic are tightly coupled. However, all functionality for a widget should be part of one file, mostly in the singleton class (or prototype functions; these aren't strictly singleton because we haven't enforced it, but only one object should exist at one time). Again, I do think we are a bit sparse on documenting the widgets so there's not much help with the code other than following the function calls. Since we can not have unit testing in the way this application grew up in volume, you've to use the debugging tools in the browser. This isn't how it is supposed to be, but unfortunately it is. You gotta improvise. There's no right way of doing this. Use |
Beta Was this translation helpful? Give feedback.
-
I think it sounds like a great idea to document some of the most useful ways to test Music Blocks. |
Beta Was this translation helpful? Give feedback.
-
Any detailed guide to test the changes of the app?
Beta Was this translation helpful? Give feedback.
All reactions