Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add converter from AsciiDoc to Gherkin #1

Open
mojavelinux opened this issue Nov 18, 2014 · 2 comments
Open

Add converter from AsciiDoc to Gherkin #1

mojavelinux opened this issue Nov 18, 2014 · 2 comments

Comments

@mojavelinux
Copy link

To complement the existing converter (Gherkin to AsciiDoc), it would be helpful to be able to convert from AsciiDoc to Gherkin. Supporting this complementary converter would allow spec definitions to be written in AsciiDoc and converted into executable tests, either once or as part of the automated build pipeline. It would also encourage us to think about the best semantic structure for defining features and related stories in AsciiDoc.

@domgold
Copy link
Owner

domgold commented Nov 23, 2014

Excellent idea!
I can think of 2 use cases. I have created gists for each of them, so we can discuss the semantic structure:

Have a look at them and let me know how you think about it.

@mojavelinux
Copy link
Author

Personally, I prefer the one AsciiDoc file for one feature (and multiple scenarios). I think it's good to keep features in separate files since that maps well with Gherkin.

I have a repository with a bunch of files in this format (for a client), which I'll point to as soon as the repository gets pushed.

@domgold domgold added ready and removed ready labels Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants