@testiny/cli 1.26.0 → 1.26.2

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
@@ -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
@@ -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.3
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testiny/cli",
3
- "version": "1.26.0",
3
+ "version": "1.26.2",
4
4
  "description": "A command-line client for Testiny",
5
5
  "main": "./testiny-importer.js",
6
6
  "bin": {