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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T09:52:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T23:48:09.810Z (over 1 year 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 🎉.