In addition to the genericcite-runner execute-test-suite CLI command (which can be tailored to run most suites) it would be nice to have dedicated CLI commands for running test suites which are known to run OK.
For example, in addition to the generic
cite-runner execute-test-suite \
{teamengine-url} \
{suite-identifier} \
--test-suite-input {name1} {value1} \
--test-suite-input {name2} {value2}
which can be used like this:
cite-runner execute-test-suite \
http://localhost:8080/teamengine \
ogcapi-features-1.0 \
--test-suite-input iut http://localhost:5000 \
--test-suite-input noofcollections -1
we would have also:
cite-runner {suite-identifier} {teamengine-url} value1 value2
which would be used:
cite-runner ogcapi-features-1.0 http://localhost:8080/teamengine http://localhost:5000 -1
In addition to the generic
cite-runner execute-test-suiteCLI command (which can be tailored to run most suites) it would be nice to have dedicated CLI commands for running test suites which are known to run OK.For example, in addition to the generic
cite-runner execute-test-suite \ {teamengine-url} \ {suite-identifier} \ --test-suite-input {name1} {value1} \ --test-suite-input {name2} {value2}which can be used like this:
cite-runner execute-test-suite \ http://localhost:8080/teamengine \ ogcapi-features-1.0 \ --test-suite-input iut http://localhost:5000 \ --test-suite-input noofcollections -1we would have also:
cite-runner {suite-identifier} {teamengine-url} value1 value2which would be used: