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

update_run does not support array of case ids #66

Open
Harrison-Jue opened this issue Jan 26, 2017 · 2 comments
Open

update_run does not support array of case ids #66

Harrison-Jue opened this issue Jan 26, 2017 · 2 comments

Comments

@Harrison-Jue
Copy link

The Testrail API documentation indicates that update_run is able to accept array of case ids however this does not seem to be the case in your documentation/node_module.

Excerpt from http://docs.gurock.com/testrail-api2/reference-runs:

The following example updates a test run to use a manual test case selection:

{
"include_all": false,
"case_ids": [1, 2, 3, 5, 8]
}

@kfirbenhamou
Copy link

facing the same problem when creating new run all test cases related to the suite are added to the run obj how can we control the number of cases in the run

@ma-jahn
Copy link

ma-jahn commented Oct 3, 2020

Came across the same issue and created a fork since this project seems to be abandoned.
Feel free to give it a try:
https://github.com/sumcumo/Node-TestRail

Also the fork is using axios instead of request to keep its fingerprint smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants