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

feat() Support TestLink 1.9.20_fixed: #261

Merged
merged 5 commits into from
Apr 7, 2023
Merged

Conversation

Nyaran
Copy link
Owner

@Nyaran Nyaran commented Apr 7, 2023

Pending methods:

  • 'tl.getTestCaseRequirements' => 'this:getTestCaseRequirements',
  • 'tl.createUser' => 'this:createUser',
  • 'tl.setUserRoleOnProject' => 'this:setUserRoleOnProject',
  • 'tl.getRequirement' => 'this:getRequirement',

Known bugs:

  * Logic:
    * `updateBuildCustomFieldsValues` The parameter `customfields` now is a map with name as key.
    * `getReqCoverage` The parameter `requirementdocid` was replaced with `requirementversionid`.
    * `getTestCaseAttachments`: Added `version` parameter.
    * `assignTestCaseExecutionTask`: Parameters `platformid` and `platformname` are no longer required.
  * Tests: Updated and recorded.
@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c766955) 100.00% compared to head (ccfe9e4) 100.00%.

❗ Current head ccfe9e4 differs from pull request most recent head 372116f. Consider uploading reports for the commit 372116f to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #261   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          331       343   +12     
  Branches        31        31           
=========================================
+ Hits           331       343   +12     
Impacted Files Coverage Δ
src/testlink.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Nyaran Nyaran added the enhancement New feature or request label Apr 7, 2023
@Nyaran Nyaran marked this pull request as draft April 7, 2023 17:17
@Nyaran Nyaran marked this pull request as ready for review April 7, 2023 19:35
@Nyaran Nyaran merged commit 6faf06f into main Apr 7, 2023
@Nyaran Nyaran deleted the feature/support-1.9.20_fixed branch April 7, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant