Skip to content

Tags: DamianOsipiuk/testcafe-reporter-testrail

Tags

v0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add multi testcase meta tag support (#39)

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.8.0

Unverified

This user has not yet uploaded their public signing key.
feat: support testrail 7.2

v0.7.1

Unverified

This user has not yet uploaded their public signing key.
fix: wait for attachment upload

v0.7.0

Unverified

This user has not yet uploaded their public signing key.
feat(experimental): video attachment upload

v0.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from DamianOsipiuk/handle-null-in-description

Handle null in description

v0.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from DamianOsipiuk/fix-crash-when-no-config-file

Fix error when no testrail config file was found.

v0.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from Scot3004/use-existing-run

Use existing run for testrail report