Jaculus
Jaculus copied to clipboard
Implement automated Javascript tests
We should implement machinery to automatically run javascript tests. Basically, a script should upload the firmware to the attached target and one-by-one run javascript tests. Each test should define the required stdout which is checked. Also, the tests should be tagged so only a subset of the test can be run.
Difficulty: Moderate