@testiny/cli 1.25.2 → 1.26.1
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 +1 -0
- package/licenses.txt +7 -7
- package/package.json +1 -1
- package/testiny-importer.js +202 -195
package/README.md
CHANGED
|
@@ -135,6 +135,7 @@ Options/Subcommands:
|
|
|
135
135
|
--junit-ignore-classname JUnit: do not include 'classname' attribute in test case title (default: false)
|
|
136
136
|
--junit-classname-as-folder <single|nested> JUnit: The 'classname' attribute is used for one 'single' folder name or 'nested' folder names (and not the test case title)
|
|
137
137
|
--junit-strip-classname-prefix <prefix> JUnit: Remove the specified prefix string from classnames before processing
|
|
138
|
+
--junit-duration-unit <format> JUnit: specify the unit of time durations, defaults to auto-detect (choices: "sec", "ms")
|
|
138
139
|
-h, --help display help for command
|
|
139
140
|
|
|
140
141
|
```
|
package/licenses.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
================================================================================
|
|
2
2
|
Package: @types/validator
|
|
3
|
-
Version: 13.15.
|
|
3
|
+
Version: 13.15.2
|
|
4
4
|
Repository: (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
5
5
|
|
|
6
6
|
MIT License
|
|
@@ -60,7 +60,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
60
60
|
|
|
61
61
|
================================================================================
|
|
62
62
|
Package: agent-base
|
|
63
|
-
Version: 7.1.
|
|
63
|
+
Version: 7.1.4
|
|
64
64
|
Repository: (https://github.com/TooTallNate/proxy-agents)
|
|
65
65
|
|
|
66
66
|
(The MIT License)
|
|
@@ -173,7 +173,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
|
|
|
173
173
|
|
|
174
174
|
================================================================================
|
|
175
175
|
Package: axios
|
|
176
|
-
Version: 1.
|
|
176
|
+
Version: 1.10.0
|
|
177
177
|
Repository: (https://github.com/axios/axios)
|
|
178
178
|
|
|
179
179
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -187,7 +187,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
187
187
|
|
|
188
188
|
================================================================================
|
|
189
189
|
Package: axios-cookiejar-support
|
|
190
|
-
Version: 6.0.
|
|
190
|
+
Version: 6.0.3
|
|
191
191
|
Repository: (https://github.com/3846masa/axios-cookiejar-support)
|
|
192
192
|
|
|
193
193
|
The MIT License (MIT)
|
|
@@ -674,7 +674,7 @@ THE SOFTWARE.
|
|
|
674
674
|
|
|
675
675
|
================================================================================
|
|
676
676
|
Package: dotenv
|
|
677
|
-
Version: 16.
|
|
677
|
+
Version: 16.6.1
|
|
678
678
|
Repository: (https://github.com/motdotla/dotenv)
|
|
679
679
|
|
|
680
680
|
Copyright (c) 2015, Scott Motte
|
|
@@ -1133,7 +1133,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1133
1133
|
|
|
1134
1134
|
================================================================================
|
|
1135
1135
|
Package: form-data
|
|
1136
|
-
Version: 4.0.
|
|
1136
|
+
Version: 4.0.4
|
|
1137
1137
|
Repository: (https://github.com/form-data/form-data)
|
|
1138
1138
|
|
|
1139
1139
|
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
@@ -1892,7 +1892,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
1892
1892
|
|
|
1893
1893
|
================================================================================
|
|
1894
1894
|
Package: luxon
|
|
1895
|
-
Version: 3.
|
|
1895
|
+
Version: 3.7.1
|
|
1896
1896
|
Repository: (https://github.com/moment/luxon)
|
|
1897
1897
|
|
|
1898
1898
|
Copyright 2019 JS Foundation and other contributors
|