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

Need a new TestRunName, which can be more informative than TestRunId #64

Closed
Badgerati opened this issue Mar 5, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@Badgerati
Copy link
Owner

Badgerati commented Mar 5, 2017

This is more of an informative feature addition.

The idea of the TestRunId is to be able to group certain runs together: ie, "All run for a TestRunId of v1.2"

However, every run having the same "name", such as "v1.2" isn't very informative. This is where the TestRunName comes in handy. You can pass a TestRunId as "v1.2", and the name could just be the same but with the short commit hash: "v1.2.a1b2c3d". This now points to a specific commit the tests where run over, and is grouped together with "v1.2".

This value can be set on CLI or Edisonfile.

@Badgerati
Copy link
Owner Author

Badgerati commented Mar 9, 2017

On the CLI: --tname, in an Edisonfile: test_run_name

If the value isn't set and you're using the callout logic, then the name will be set to the TestRunId.

Badgerati added a commit that referenced this issue Mar 9, 2017
Resolves #64: Test callout needs more informative name to pinpoint ru…
@Badgerati
Copy link
Owner Author

Merged into Epic branch

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

1 participant