@testiny/cli 1.32.0 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,17 +60,25 @@ Import manual test cases (with folders)
60
60
  Options:
61
61
  --csv <file> Import this CSV file
62
62
  --csv-encoding <encoding> CSV file encoding (default: "utf8")
63
+ --csv-column-work-items <column name> Column to use to import work items
63
64
  --trl <file> Import TestRail XML export
64
65
  --trl-api <server url> Import from TestRail API
65
66
  --trl-user <user name> Username/email for TestRail API
66
67
  --trl-export-users <file> Export TestRail users to CSV file
67
68
  --trl-tc-limit <count> Limits the number of test cases fetched
68
69
  --trl-rate-limit <rps> Limits the number of requests to the TestRail api (default 160, zero for no limit)
70
+ --zephyr-api <server url> Import from Zephyr API
71
+ --zephyr-type <zephyr type> Type of Zephyr product: scale_dc
72
+ --zephyr-user <user name> Username/email for Zephyr/Jira API (not needed for Jira Server/DC)
73
+ --zephyr-project <project key> Import from this Jira Project (Zephyr-enabled projects only)
74
+ --zephyr-tc-limit <count> Limits the number of test cases fetched
75
+ --zephyr-rate-limit <rps> Limits the number of requests to the TestRail api (default = zero for no limit)
69
76
  --steps <step mode> Controls how steps are imported (choices: "auto", "off", "rows", "row_blocks", "newlines",
70
77
  "numbered", "numbered_bracket", "asterisk")
71
78
  --attachments <attachment mode> Controls how test case attachments are imported (choices: "off", "inline", "all")
72
- --work-items Import work items (e.g. Jira issues) when importing from TestRail API
79
+ --work-items Import work items (e.g. Jira issues) when importing from CSV, TestRail API or Zephyr API
73
80
  --integration <name or id> Name or Id of the integration to use for workitem import
81
+ --owner-id <id> Owner user id for imported test cases
74
82
  -h, --help display help for command
75
83
 
76
84
  ```
package/licenses.txt CHANGED
@@ -132,7 +132,7 @@ SOFTWARE.
132
132
 
133
133
  ================================================================================
134
134
  Package: axios
135
- Version: 1.13.2
135
+ Version: 1.13.4
136
136
  Repository: (https://github.com/axios/axios)
137
137
 
138
138
  # Copyright (c) 2014-present Matt Zabriskie & Collaborators
@@ -312,7 +312,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
312
312
 
313
313
  ================================================================================
314
314
  Package: cheerio
315
- Version: 1.1.2
315
+ Version: 1.2.0
316
316
  Repository: (https://github.com/cheeriojs/cheerio)
317
317
 
318
318
  MIT License
@@ -818,6 +818,24 @@ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRE
818
818
  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
819
819
 
820
820
 
821
+ ================================================================================
822
+ Package: entities
823
+ Version: 7.0.1
824
+ Repository: (https://github.com/fb55/entities)
825
+
826
+ Copyright (c) Felix Böhm
827
+ All rights reserved.
828
+
829
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
830
+
831
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
832
+
833
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
834
+
835
+ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
836
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
837
+
838
+
821
839
  ================================================================================
822
840
  Package: es-define-property
823
841
  Version: 1.0.1
@@ -932,7 +950,7 @@ SOFTWARE.
932
950
 
933
951
  ================================================================================
934
952
  Package: fast-xml-parser
935
- Version: 5.3.3
953
+ Version: 5.3.4
936
954
  Repository: (https://github.com/NaturalIntelligence/fast-xml-parser)
937
955
 
938
956
  MIT License
@@ -1572,7 +1590,7 @@ THE SOFTWARE.
1572
1590
 
1573
1591
  ================================================================================
1574
1592
  Package: htmlparser2
1575
- Version: 10.0.0
1593
+ Version: 10.1.0
1576
1594
  Repository: (https://github.com/fb55/htmlparser2)
1577
1595
 
1578
1596
  Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
@@ -1903,7 +1921,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1903
1921
 
1904
1922
  ================================================================================
1905
1923
  Package: lru-cache
1906
- Version: 11.2.4
1924
+ Version: 11.2.5
1907
1925
  Repository: (https://github.com/isaacs/node-lru-cache)
1908
1926
 
1909
1927
  # Blue Oak Model License
@@ -2910,7 +2928,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2910
2928
 
2911
2929
  ================================================================================
2912
2930
  Package: undici
2913
- Version: 7.18.2
2931
+ Version: 7.19.1
2914
2932
  Repository: (https://github.com/nodejs/undici)
2915
2933
 
2916
2934
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testiny/cli",
3
- "version": "1.32.0",
3
+ "version": "1.33.0",
4
4
  "description": "A command-line client for Testiny",
5
5
  "main": "./testiny-importer.js",
6
6
  "bin": {