datagrok-tools 4.13.67 → 4.13.68
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 +15 -15
- package/package-template/package-lock.json +1127 -1016
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,20 +124,20 @@ For more information on configuring connections, refer to the [Connections](http
|
|
|
124
124
|
instructions](https://datagrok.ai/help/develop/how-to/test-packages#local-testing).
|
|
125
125
|
|
|
126
126
|
Table with all available flags:
|
|
127
|
-
| Flag | Description
|
|
128
|
-
|
|
129
|
-
| catchUnhandled | Whether or not to catch unhandled exceptions during tests
|
|
130
|
-
| category | Runs tests of a specific category
|
|
131
|
-
| csv | Saves tests run results as a CSV file in the package folder
|
|
132
|
-
| gui | Disables the headless browser mode
|
|
133
|
-
| host | Specify server alias
|
|
134
|
-
| record | Records the test execution process in mp4 format
|
|
135
|
-
| report | Sends a report on test results
|
|
136
|
-
| skip-build | Skips package build step
|
|
137
|
-
| skip-publish | Skips package publish step
|
|
138
|
-
| verbose | Prints detailed information about passed and skipped tests in the console
|
|
139
|
-
| platform | Runs only platform tests (applicable for ApiTests package only)
|
|
140
|
-
| core | Runs package & core tests
|
|
141
|
-
| debug |
|
|
127
|
+
| Flag | Description |
|
|
128
|
+
|----------------|---------------------------------------------------------------------------------------------------------------------------------------|
|
|
129
|
+
| catchUnhandled | Whether or not to catch unhandled exceptions during tests |
|
|
130
|
+
| category | Runs tests of a specific category |
|
|
131
|
+
| csv | Saves tests run results as a CSV file in the package folder |
|
|
132
|
+
| gui | Disables the headless browser mode |
|
|
133
|
+
| host | Specify server alias |
|
|
134
|
+
| record | Records the test execution process in mp4 format |
|
|
135
|
+
| report | Sends a report on test results |
|
|
136
|
+
| skip-build | Skips package build step |
|
|
137
|
+
| skip-publish | Skips package publish step |
|
|
138
|
+
| verbose | Prints detailed information about passed and skipped tests in the console |
|
|
139
|
+
| platform | Runs only platform tests (applicable for ApiTests package only) |
|
|
140
|
+
| core | Runs package & core tests & autotests |
|
|
141
|
+
| debug | Sets a debug breakpoint before each test execution, allowing you to debug the test. Only works in `gui` mode |
|
|
142
142
|
|
|
143
143
|
- `link` command is used for public plugins development to link `datagrok-api` and libraries.
|