gherking

There are 19 repositories under gherking topic.

  • gherking/gherking

    GherKing is a tool to make Gherkin smarter! It allows you to handle Cucumber/Gherkin feature files programmatically, in your JavaScript/TypeScript code.

    Language:TypeScript136552
  • gherking/gherkin-formatter

    Tool to format gherkin-ast model to gherkin string

    Language:TypeScript11543
  • gherking/gherkin-ast

    JS model for Gherkin feature files to build and work with feature files in your code, using an AST.

    Language:TypeScript9573
  • gherking/gherkin-io

    Tool to read/write Gherkin feature files and to work with Gherkin-AST

    Language:TypeScript3611
  • gherking/gpc-for-loop

    A precompiler of GherKing to loop scenarios and scenario outlines to repeat them.

    Language:TypeScript1500
  • gherking/gpc-remove-duplicates

    The RemoveDuplicates precompiler is responsible for having only a reasonable amount of tags and/or rows in each feature file.

    Language:Gherkin150
  • SyTW2223/E02

    API REST OF PAN

    Language:HTML1503
  • FranciscoLlobet/sudoku-solver

    Simple Sudoku Solver Engine

    Language:C0100
  • gherking/gpc-filter

    The Filter precompiler is responsible for including or excluding the elements of a feature file in the result, which match a cucumber-tag-expression (e.g., has a given tag, does not have a given tag)

    Language:Gherkin0310
  • gherking/gpc-macro

    This precompiler is responsible for defining macros in feature files and then executing them.

    Language:TypeScript0501
  • gherking/gpc-replacer

    The Replacer precompiler is responsible for exchanging predefined strings in the feature files. It inserts the provided text in the place held for them.

    Language:Gherkin0520
  • gherking/gpc-scenario-outline-numbering

    This precompiler can add numbering column to Examples tables, and apply formatting to the name of the Scenario Outline.

    Language:TypeScript0510
  • gherking/gpc-step-groups

    The StepGroups precompiler is responsible for correcting the gherkin keywords of steps to make the tests more readable.

    Language:TypeScript0500
  • gherking/gpc-test-data

    This precompiler can load external data (JSON, CSV, or XLS/XLSX) into exmaples table.

    Language:TypeScript0231
  • gherking/gpc-license

    This precompiler can be used to inject License statement into the feature files.

    Language:TypeScript21
  • gherking/gpc-remove-comments

    This precompiler removes all or particular type of semantic comments from the feature file.

    Language:TypeScript20
  • gherking/gpc-scenario-numbering

    The ScenarioNumbering precompiler is responsible for adding an index to all scenarios and scenario outlines.

    Language:Gherkin50
  • gherking/gpc-scenario-outline-expander

    This precompiler is responsible for converting Scenario Outlines to single Scenarios as Cucumber would do and adds the first column as a tag.

    Language:Gherkin50
  • gherking/gpc-template

    Template for a GherKing precompiler

    Language:TypeScript51