@testiny/cli 1.32.0 → 1.34.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 +9 -1
- package/licenses.txt +32 -14
- package/package.json +1 -1
- package/testiny-importer.js +359 -324
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.
|
|
135
|
+
Version: 1.13.5
|
|
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.
|
|
315
|
+
Version: 1.2.0
|
|
316
316
|
Repository: (https://github.com/cheeriojs/cheerio)
|
|
317
317
|
|
|
318
318
|
MIT License
|
|
@@ -482,7 +482,7 @@ THE SOFTWARE.
|
|
|
482
482
|
|
|
483
483
|
================================================================================
|
|
484
484
|
Package: commander
|
|
485
|
-
Version: 14.0.
|
|
485
|
+
Version: 14.0.3
|
|
486
486
|
Repository: (https://github.com/tj/commander.js)
|
|
487
487
|
|
|
488
488
|
(The MIT License)
|
|
@@ -800,6 +800,24 @@ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRE
|
|
|
800
800
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
801
801
|
|
|
802
802
|
|
|
803
|
+
================================================================================
|
|
804
|
+
Package: entities
|
|
805
|
+
Version: 7.0.1
|
|
806
|
+
Repository: (https://github.com/fb55/entities)
|
|
807
|
+
|
|
808
|
+
Copyright (c) Felix Böhm
|
|
809
|
+
All rights reserved.
|
|
810
|
+
|
|
811
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
812
|
+
|
|
813
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
814
|
+
|
|
815
|
+
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.
|
|
816
|
+
|
|
817
|
+
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,
|
|
818
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
819
|
+
|
|
820
|
+
|
|
803
821
|
================================================================================
|
|
804
822
|
Package: entities
|
|
805
823
|
Version: 6.0.1
|
|
@@ -932,7 +950,7 @@ SOFTWARE.
|
|
|
932
950
|
|
|
933
951
|
================================================================================
|
|
934
952
|
Package: fast-xml-parser
|
|
935
|
-
Version: 5.3.
|
|
953
|
+
Version: 5.3.7
|
|
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.
|
|
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.
|
|
@@ -1875,7 +1893,7 @@ THE SOFTWARE.
|
|
|
1875
1893
|
|
|
1876
1894
|
================================================================================
|
|
1877
1895
|
Package: libphonenumber-js
|
|
1878
|
-
Version: 1.12.
|
|
1896
|
+
Version: 1.12.37
|
|
1879
1897
|
Repository: (https://gitlab.com/catamphetamine/libphonenumber-js)
|
|
1880
1898
|
|
|
1881
1899
|
(The MIT License)
|
|
@@ -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.
|
|
1924
|
+
Version: 11.2.6
|
|
1907
1925
|
Repository: (https://github.com/isaacs/node-lru-cache)
|
|
1908
1926
|
|
|
1909
1927
|
# Blue Oak Model License
|
|
@@ -1979,7 +1997,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1979
1997
|
|
|
1980
1998
|
================================================================================
|
|
1981
1999
|
Package: marked
|
|
1982
|
-
Version:
|
|
2000
|
+
Version: 17.0.3
|
|
1983
2001
|
Repository: (https://github.com/markedjs/marked)
|
|
1984
2002
|
|
|
1985
2003
|
# License information
|
|
@@ -2309,7 +2327,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2309
2327
|
|
|
2310
2328
|
================================================================================
|
|
2311
2329
|
Package: package-directory
|
|
2312
|
-
Version: 8.
|
|
2330
|
+
Version: 8.2.0
|
|
2313
2331
|
Repository: (sindresorhus/package-directory)
|
|
2314
2332
|
|
|
2315
2333
|
MIT License
|
|
@@ -2555,7 +2573,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2555
2573
|
|
|
2556
2574
|
================================================================================
|
|
2557
2575
|
Package: rate-limiter-flexible
|
|
2558
|
-
Version:
|
|
2576
|
+
Version: 9.1.1
|
|
2559
2577
|
Repository: (https://github.com/animir/node-rate-limiter-flexible)
|
|
2560
2578
|
|
|
2561
2579
|
## ISC License (ISC)
|
|
@@ -2597,7 +2615,7 @@ SOFTWARE.
|
|
|
2597
2615
|
|
|
2598
2616
|
================================================================================
|
|
2599
2617
|
Package: semver
|
|
2600
|
-
Version: 7.7.
|
|
2618
|
+
Version: 7.7.4
|
|
2601
2619
|
Repository: (https://github.com/npm/node-semver)
|
|
2602
2620
|
|
|
2603
2621
|
The ISC License
|
|
@@ -2795,7 +2813,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2795
2813
|
|
|
2796
2814
|
================================================================================
|
|
2797
2815
|
Package: tldts
|
|
2798
|
-
Version: 7.0.
|
|
2816
|
+
Version: 7.0.23
|
|
2799
2817
|
Repository: (https://github.com/remusao/tldts)
|
|
2800
2818
|
|
|
2801
2819
|
Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
|
|
@@ -2815,7 +2833,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
|
|
|
2815
2833
|
|
|
2816
2834
|
================================================================================
|
|
2817
2835
|
Package: tldts-core
|
|
2818
|
-
Version: 7.0.
|
|
2836
|
+
Version: 7.0.23
|
|
2819
2837
|
Repository: (https://github.com/remusao/tldts)
|
|
2820
2838
|
|
|
2821
2839
|
Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
|
|
@@ -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.
|
|
2931
|
+
Version: 7.22.0
|
|
2914
2932
|
Repository: (https://github.com/nodejs/undici)
|
|
2915
2933
|
|
|
2916
2934
|
MIT License
|