catchorg / catchorg/Catch2

Gherkin language support

Open
#1,424 3 comments 8 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
21.5k
Forks
3.5k
Avg merge
3d 16h
Merged PRs (30d)
2

Description

Have you consider to support Gherkin language directly, similar to what https://github.com/behave/behave is doing for python? The idea to separate a "test" language from an implementation (C++/python/...) is a great one, I think. Because right now Catch2 projects tries to implement both with C++, and writing tests is not as easy as in Gherkin.

```
GIVEN Person "A" does not know "C++"
GIVEN Person "B" knows "C++"
WHEN Person "A" writes a "TEST"
WHEN Person "B" implements "TEST" in "C++"
THEN "TEST" should be ok

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.