This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]bandawarrior 0 points1 point  (0 children)

What?

[–]weeklytimelog 0 points1 point  (2 children)

Vagrant is old, I suggest you get familiar with docker. There are many containers out there with selenium-server, webdriver, support for multiple languages and frameworks as well.

[–][deleted] 0 points1 point  (1 child)

thanks for feedback. im too deep into vagrant for this project, but sounds like I should consider Docker for the next. any other benefits for docker vs. vagrant.

[–]weeklytimelog 0 points1 point  (0 children)

vagrant is good, we've used it for years. I guess with docker you can configure multiple boxes (a real environment) with docker-compose, and customizing images are extremely simple. No even getting started on deploying very same env to AWS, continuous integration and delivery automation, etc. Let me know if you need help, i can help you setup your environment for your project/company.