Skip to content

Commit

Permalink
Fix #4 - createTestCase - execution must be executiontype
Browse files Browse the repository at this point in the history
 - Documentation is wrong on TestLink API
  • Loading branch information
Nyaran committed Oct 25, 2018
1 parent fde9d1d commit 71a653f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ async function createTestCase() {
````

## Disclaimer
The development of this project is completely separated from TestLink development. So please, before open any issue here o in TestLink issue tracker, make sure you are opening the ticket in the right place.
The development of this project is completely separated from TestLink development. So please, before open any issue here or in TestLink issue tracker, make sure you are opening the ticket in the right place.
2 changes: 1 addition & 1 deletion lib/testlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class TestLink {
* @param {string} [options.steps[].expected_results] The expectes result when the step is executed
* @param {string} options.steps[].execution_type Execution type (@see constants.ExecutionType).
* @param {int} [options.importance] Importance of TestCase (@see ImportanceLevel)
* @param {int} [options.execution]
* @param {int} [options.executiontype]
* @param {int} [options.order]
* @param {int} [options.internalid] Do not use
* @param {string} [options.checkduplicatedname] Check if the given name belongs to another TestCase
Expand Down

0 comments on commit 71a653f

Please sign in to comment.