Skip to content

Commit

Permalink
Doc update (#172)
Browse files Browse the repository at this point in the history
* Add known versions of tests

* Add unsure items

* Switch actively understood workflows to symlinks in readme

* Add in c workflow symlink

* Add global note about CI

* Add note about objective c being untested
  • Loading branch information
luke-hill authored Sep 12, 2023
1 parent f37bb92 commit e87f74b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ Gherkin is a parser and compiler for the Gherkin language.

Gherkin is currently implemented for the following platforms (in order of birthday):

- [.NET](./dotnet)
- [Java](./java)
- [JavaScript](./javascript)
- [Ruby](./ruby)
- [Go](./go)
- [Python](./python)
- [C](./c)
- [Objective-C](./objective-c)
- [Perl](./perl)
- [PHP](./php)

- [.NET](./dotnet) - Actively tested -> [workflow](./.github/workflows/test-dotnet.yml)
- [Java](./java) - Actively tested -> [workflow](./.github/workflows/test-java.yml)
- [JavaScript](./javascript) - Actively tested -> [workflow](./.github/workflows/test-javascript.yml)
- [Ruby](./ruby) - Actively tested -> [workflow](./.github/workflows/test-ruby.yml)
- [Go](./go) - Actively tested -> [workflow](./.github/workflows/test-go.yml)
- [Python](./python) - Actively tested -> [workflow](./.github/workflows/test-python.yml)
- [C](./c) - Actively tested -> [workflow](./.github/workflows/test-c.yml)
- [Objective-C](./objective-c) - _Currently not actively tested, requires maintenance_
- [Perl](./perl) - Actively tested -> [workflow](./.github/workflows/test-perl.yml)
- [PHP](./php) - Actively tested -> [workflow](./.github/workflows/test-php.yml)
- [Dart](./dart) - Actively tested -> [workflow](./.github/workflows/test-dart.yml)

The CI will run using the linked workflow when that specific language implementation is changed

The CI will also run for any/all linked workflows when any [test data](./testdata) is modified
(For example modifying one of the good or bad features / ndjson outputs)

## Contributing Translations (i18n)

Expand Down

0 comments on commit e87f74b

Please sign in to comment.