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

Wrong CLI parameter name for --include-all #275

Open
alex-miskolczi opened this issue Oct 2, 2024 · 2 comments
Open

Wrong CLI parameter name for --include-all #275

alex-miskolczi opened this issue Oct 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@alex-miskolczi
Copy link

TestRail CLI Version

1.9.7

CLI Environment

Windows 11

TestRail Version

v6.7.2.1043

TestRail Instance Type

Enterprise Server

Current behavior

The "--include-all" parameter name in the ADD_RUN is wrong because with this parameter, the "run_include_all" global env variable never set to true, always remain "None".
The parameter name missing a "run-" prefix to work.

Desired behavior

If change the parameter name in the commands/cmd_add_run.py file at line 64 to "--run-include-all" then everything works as expected and the global "run_include_all" variable also set to true when use the --run-include-all flag

More Details

i created a hotfix, i just wait to accept this ticket regarding the contribution guideline

@alex-miskolczi alex-miskolczi added the bug Something isn't working label Oct 2, 2024
@Testinator-X
Copy link
Contributor

@acuanico-tr-galt can this be fixed?

@hanagantig
Copy link

It also doesn't work for parse_junit command
API documentation says - by default include_all should be True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants