On Sat, Jun 1, 2013 at 1:41 AM, Ori Livneh ori@wikimedia.org wrote:
Yep. Create 'Vagrantfile-extra.rb' in the same directory as the Vagrantfile and add these lines:
Vagrant.configure('2') do |config| config.vm.provider :virtualbox do |vb| vb.gui = true end end
Is there a way to enable browsertests role in a similar way, without touching files that are under git?
Thanks,
Željko