SeleniumGridScaler
SeleniumGridScaler copied to clipboard
Selenium Grid auto scaling plugin utilizing AWS
Hi @mhardin / , When we executing the tests , the nodes are getting terminated exactly at 20 minutes and we have been looking at the configurations for this but...
Hi, I am able to start Selenium hub and sent a request HTTP request to spin up 1 EC2 node. I can confirm from AWS website, the EC2 instance (c4.large)...
com.amazonaws.AmazonServiceException: AWS was not able to validate the provided access credentials
Hi, I am running into the below issue: java -DawsAccessKey="*******" -DawsSecretKey="********" -DipAddress="grid.workerbee.co.in" -cp automation-grid.jar org.openqa.grid.selenium.GridLauncher -role hub -servlets "com.rmn.qa.servlet.AutomationTestRunServlet","com.rmn.qa.servlet.StatusServlet" I am sure, I am providing an valid AccessKey and SecretKey....
Thanks for all this hard work! I'm learning devops right now. Just wanted to ask, is this spinning up on demand EC2 instances or Spot instances? If it's on demand,...
Hi all, First off thanks open-sourcing this project, super useful. I plan on adding IE and Edge support (by extension integration with Azure). I was hoping the maintainers/contributors would chime...
Hi team, I have successfully started up the grid, "09:59:24.264 INFO - Selenium Grid hub is up and running". However I cannot seem to get the version of selenium grid...
This means the current logic of cost optimized termination has to be changed to immediately terminate nodes ( say 5mins idle time - or make it configurable) Source: https://aws.amazon.com/blogs/aws/new-per-second-billing-for-ec2-instances-and-ebs-volumes/
So, I send a call to the grid to spin up some nodes. I get back a 201, which means that things aren't yet ready for tests to start. If...
As AmazonEC2Client is deprecated in latest version of AWS Java sdk, so we may no longer able to use MockAmazonEC2Client.java. It is easier mock the AmazonEC2 functionality in unit tests...
Hi! Is the linux ami listed in `aws.properties.default` as id: `ami-d216a3ba` available anywhere? If not, is it possible to set this up without it?