Prerequisites
To develop a custom runner for Tripetto you need programming skills. TypeScript is required when building runners, because we rely on the use of decorators. Also, you need a bundler like webpack to bundle all the assets.
info
Tripetto uses decorators for building runners. Therefore, you should always use TypeScript and enable the experimentalDecorators
feature of it.