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
fix: use proper runId for paginated queries (#42)
* fix: runId was required in config
* fix: runId replaced by existingRun.id
Co-authored-by: Jérémy Torralba <jeremy.torralba@agathalife.com>
feat: support pagination on testrail API (when there are more than 25…
…0 results) (#41)
* chore: testrail-js-api up to 0.3.2
* feat: support navigation on next set of results
* refactor: helper functions to navigate on testrailAPI (getAllTests & getAllCases)
* style: resolved warnings (npm run lint)
Co-authored-by: Jérémy Torralba <jeremy.torralba@agathalife.com>
feat: add test duration in TestRail (#31)
* feat: add test duration in TestRail
* fix: error code style
* fix: define a default value for test duration
* feat: add default value for elapsed
* revert: feat: add default value for elapsed
* fix: push elapsed value only if it is defined
* chore: prettier
* fix: replace toStrictEqual by toEqual
Co-authored-by: Jérémy Torralba <jeremy.torralba@agathalife.com>