Test groups

I’m running multiple Gatling tests with maven.

Is there an implementation of test groups in Gatling? I would like to be able to run tests belonging only to a certain group.

Such feature exists for instance in TestNG:

@Test(group=“big-tests”)
public class XTest { …

}

Regards,
Maciej

No