Skip to content

--scenario-name option does not work for artillery run-fargate CLI command #3589

@barth12

Description

@barth12

--scenario-name option which filters which scenarios should be running does not work when using artillery run-fargate... command. It works just fine when using artillery run... command.

VERSION INFO:

Artillery: 2.0.22
Node.js:   v18.16.0
OS:        darwin

Running this command:

artillery run-fargate \
    --region ${AWS_REGION} \
    --subnet-ids ${ARTILLERY_FARGATE_PUBLIC_SUBNETS} \
    --count 5 \
    --record \
    --key ${ARTILLERY_CLOUD_KEY} \
    --env-file .env \
    --scenario-name=${SCENARIO_NAME} \
    test/config.ts

I expected Artillery only to run ${SCENARIO_NAME} scenario.
Instead, all scenarios are used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions