New JSS to have uniform test suite execution name #1477
Quali-Community
started this conversation in
Idea Box
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In new JSS, it appears the current naming convention for suite execution name is as follows. For regular run (manual run by user in UI and auto scheduled run), the suite execution name is simply the counter, e.g. "#10" for the 10th execution. For custom run (whether by user in UI or via API), the suite execution name is the counter followed by suite template name in parentheses, e.g. "#10 (Quali_test_1)".
It would be better to use a uniform naming convention regardless of regular or custom run, same as in the old Job Scheduling. That is, the suite execution name is always counter followed by suite template name, e.g. "#10 Quali_test_1", For regular run (manual run and auto scheduled run) of any test suite, the suite template name is given. For custom run of suite template in UI, the suite template name is also given. For custom run via API, if a valid suite template name is specified, it will be used as is. Otherwise the suite template name is "AdHoc".
Song Chen (Song.C) - 10/29/2022 04:16 AM
· 5683 ·
Beta Was this translation helpful? Give feedback.
All reactions