Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marekpridal/gherkindocswift
Gherkin doc generator for XCTest-Gherkin library
https://github.com/marekpridal/gherkindocswift
docs docs-generator generator gherkin gherkin-parser html swift swift-package-manager swift4
Last synced: 10 days ago
JSON representation
Gherkin doc generator for XCTest-Gherkin library
- Host: GitHub
- URL: https://github.com/marekpridal/gherkindocswift
- Owner: marekpridal
- License: mit
- Created: 2018-04-07T11:11:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T09:52:23.000Z (over 6 years ago)
- Last Synced: 2024-11-19T01:50:45.110Z (2 months ago)
- Topics: docs, docs-generator, generator, gherkin, gherkin-parser, html, swift, swift-package-manager, swift4
- Language: Swift
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GherkinDoc
Doc generator for Gherkin steps written in Swift.
## Usage
Your StepDefinition file should have sections and comments. Checkout ExampleStepDefinition.swift for better understanding. If you have your StepDefinition file marked down, open terminal, run ./make.sh to compile generator and then run `GkerkinDoc` command. Insert path to your StepDefinition file and that's it 🎉.