-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 -1we would have also:
cite-runner {suite-identifier} {teamengine-url} value1 value2which would be used:
cite-runner ogcapi-features-1.0 http://localhost:8080/teamengine http://localhost:5000 -1 Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request