Skip to content

GUI Editor for composing and editing tests for teakozi framework

Notifications You must be signed in to change notification settings

jpthethi/teakozi-editor

Repository files navigation

Teakozi Editor

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.

Compatibility:

This version supports teakozi 1.1.*

Project setup

How to Build and run the app in various environments

Setup (first time only)

npm install

Compiles and hot-reloads for development

npm run serve

access your application from http://localhost:8080

Compiles and minifies for production

npm run build

You need to copy the content of our dist folder to a static web server

Run your tests

npm run test

Lints and fixes files

npm run lint

Technology

Built using vue.js as a single page application that generates web pages that can be served from a static web server / cdn

Question / Feeback

Post your questions on github as issues

About

GUI Editor for composing and editing tests for teakozi framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published