-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
sync: If a test case was added that reimplements another case, print the reimplemented UUID as well #61
Comments
IMHO we should optimize this for readability, not for the parsing by scripts. If it turns out that is something people want to do, we should perhaps look at a JSON output option. |
My personal use-case for scripting: I want to create an automated workflow that does the following nightly:
|
Good idea.
I agree - I don't think people should consider the
It'd be great if we can support this kind of workflow. |
@cmccandless Could you open an issue for that? |
I've tried output several notations Option 1:
Option 2:
Option 3:
I'm sure we could come up with other variants. @ee7 @cmccandless what would be your preference? |
1 or 2 would be my preference |
Related to #44
For this example, assume that the
grains
case10f45584-2fc3-4875-8ec6-666065d1163b
reimplements another caseb4bacc5a-3c12-43b6-ab17-d5ec78d70a15
As of configlet
4.0.0-beta.5
:Proposed
Put reimplemented case description and UUID on following line (for human readability)
Alternative notation
Put reimplemented case UUID on same line (simpler to parse for scripts)
The text was updated successfully, but these errors were encountered: