By @zherczeg's request, I would like to write the requirement for js test framework. **Unifying the test framework** - [ ] Both of IoT.js and JerryScript ( It is already supported from very initial version ) - [ ] Both of remote and local ( This unifying idea is raised by @yichoi https://github.com/Samsung/iotjs/pull/1212 ) - [ ] Multiple board/os (e.g. RPI/Raspbean, Artik053/TizenRT, ...) ( https://github.com/Samsung/iotjs/issues/1073 ) **Minimizing the maintenance cost** - [ ] Minimize duplicated code to IoT.js and JerryScript repository **System I/O** - [ ] Cover system I/O also after related sensors are delivered, this item can be started **Etc** - [ ] Remove circular dependencies that exists on current structure - [ ] We would like to choose IoT.js by commit ID or by indicating path to IoT.js/JerryScript
By @zherczeg's request, I would like to write the requirement for js test framework.
Unifying the test framework
( It is already supported from very initial version )
( This unifying idea is raised by @yichoi Testrunner refactor to support multiple targets iotjs#1212 )
( Improving remote test runner to cover new os/boards iotjs#1073 )
Minimizing the maintenance cost
System I/O
Etc