-
Notifications
You must be signed in to change notification settings - Fork 57
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
Convert binaries in "source" folders #914
Comments
we already have all this |
Jose will work with Bryn on how best to make Gherkin work via this approach - and determine if this approach makes sense in this use-case. |
I have a sample IG that includes Gherkin. This is an example of an IG that is focused on testing of another IG, a concept that is independent from the current git issue. This IG can be used to see what Gherkin scripts might look like. This IG can also see various ways in which it would be useful to expose the Gherkin script within an IG. Github - https://github.com/JohnMoehrke/ConsentWithSeg-testing
The test IG shows a testPlan with all (many) of the above combinations. Some of these issues are unique to Gherkin, but might still be useful for other things. Some of these issues may be specific to TestPlan resource definition. |
we also have several Gherkin/Cucumber examples we would want to pull into this approach |
We need .feature file extension added to the acceptable binary file types. as today we get an ERROR
I added #930 |
Add support for having source files like gherkin files (which get used in a testplan.testRun.script.sourceReference) as a Binary.
Then these files would be rendered as text, monospaced, possibly with syntax highlighting (using script.language to identify which language)
@brynrhodes - instead of Binary, are there reasons to use Library?
The text was updated successfully, but these errors were encountered: