mhardin / SeleniumGridScaler

Selenium Grid auto scaling plugin utilizing AWS
GNU General Public License v2.0
111 stars 51 forks source link

Add support to configure the number of browser processes per instance. #12

Open adam-hampton-sp opened 8 years ago

adam-hampton-sp commented 8 years ago

Modifies AwsVmManager in the following ways:

New values are applied at runtime if the awsProperties contain keys like:

mhardin commented 7 years ago

@adam-hampton-sp are you able to add unit tests around the new logic you added?