Skip to content

provide CLI commands for running suites which are known to work OK #15

@ricardogsilva

Description

@ricardogsilva

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  

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions