Teakozi editor is a companion to Teakozi https://github.com/jpthethi/teakozi framework. The editor helps in providing a GUI for creating and editing the yml files that describe the tests.
This version supports teakozi 1.1.*
How to Build and run the app in various environments
npm install
npm run serve
access your application from http://localhost:8080
npm run build
You need to copy the content of our dist folder to a static web server
npm run test
npm run lint
Built using vue.js as a single page application that generates web pages that can be served from a static web server / cdn
Post your questions on github as issues