You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem:
I have created 60 tests and generated them via this robotizr call: python -m robotizr -c %0/../../configs/robotizr-config.json %UserProfile%/secure/robotizr-private.json -s occ -t %0/../../cases --query "type = test AND labels = OCC AND status != Invalid ORDER BY created ASC"
The query delivers 60 tests in jira so no problems there.
The result is: he created 50 tests. I cloned some succeded tests and changed a little bit, but he just generates maximum 50 tests no matter what I do. The robotizr config is a generic one.
Can you reproduce this Issue?
PS: My gues is, the API delivers two pages where on the first page first 50 entries are contained and on the second page the other 10+. The Robotizr generates tests just from the first page, right?
The text was updated successfully, but these errors were encountered:
I have a problem:
I have created 60 tests and generated them via this robotizr call:
python -m robotizr -c %0/../../configs/robotizr-config.json %UserProfile%/secure/robotizr-private.json -s occ -t %0/../../cases --query "type = test AND labels = OCC AND status != Invalid ORDER BY created ASC"
The query delivers 60 tests in jira so no problems there.
The result is: he created 50 tests. I cloned some succeded tests and changed a little bit, but he just generates maximum 50 tests no matter what I do. The robotizr config is a generic one.
Can you reproduce this Issue?
PS: My gues is, the API delivers two pages where on the first page first 50 entries are contained and on the second page the other 10+. The Robotizr generates tests just from the first page, right?
The text was updated successfully, but these errors were encountered: