momentic results upload
command.
-c, --config <config>
momentic.config.yaml
in the current directory.
--disable-cache
-f, --filter <filter>
--custom-headers <customHeaders...>
--input-csv <inputCsv>
--env <env>
--url-override
option.--url-override <urlOverride>
--save-cache
--start <start>
--upload-results
momentic results upload <outputDir>
after the test run, where <outputDir>
is the directory specified by the --output-dir
option or ./test-results
if not specified.
--wait-on <waitOn>
--wait-on-timeout <waitOnTimeout>
--wait-on
option. If the resource is not available within this time, the test will fail.
--retries <retries>
-p, --parallel <parallel>
--labels <labels...>
--update-golden-files
--reporter <reporter>
junit
allure-json
playwright-json
--reporter-dir <reporterDir>
./reports
.
--output-dir <outputDir>
./test-results
.
--shard-index <shardIndex>
--shard-count
to determine which tests to run in this shard. This is useful for running tests in parallel across multiple machines or processes. The index starts at 1.
--shard-count <shardCount>
--shard-index
to determine which tests to run in this shard. For example, if you have 3 shards and you set --shard-index
to 1, only the tests that belong to the first shard will be executed.
--include <includePatterns...>
--exclude <excludePatterns...>
--include
: a test that matches any of the provided regex patterns will be excluded from running.
--ignore-quarantine