Run specific `group` in scenario

Consider a k6 script having groups:

export default function() {
group( group1, function() {
//requests
})
group( group2, function() {
//requests
})

I need to run group1 for a test.
Is this thing is possible in k6?
Another case is that running all groups, but changing vus for each group. So changing vus for groups possible?

Hi @ge_orgejoseph, Sorry for the late reply :frowning:

I am not certain I understand what you want - maybe a full example for both of your cases?

Maybe what you want is explained in this answer already though :person_shrugging: