From c2b6ced59d85fff0d415d20267ef7492397c4c4b Mon Sep 17 00:00:00 2001 From: Stephan Johansen Date: Thu, 15 Aug 2024 11:41:12 +0200 Subject: [PATCH] Update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d112bcb..0772afe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # SpecGurka +Is a collection of tools for working with the test restresult a BDD process. + +## GenGurka + +Pulls data from Gherkin files and combine it with test results into a '.gurka'-file. + +## VizGurka + +A webapplication to show the test result of the gherkin, the vizualtion is based on input from '.gurka'-files. + +## SyncGurka + A CLI tool to sync feature files written using Gherkin syntax with a work-system (eg. Azure DevOps, GitHub Issues, Monday). The tool is able to make sure that all feature files have a mapping aginst a work-item and that the data in that system is aligned against the feature file.