Talk:Selenium/Ruby/Setup instructions
Latest comment: 10 years ago by Zeljko.filipin(WMF) in topic update VM instructions
update VM instructions
editIn the "Setup virtual machine" section of the page, you might want to update the instructions, since the "Roles.yaml" file is no longer part of the vagrant Git repository, and the suggested workflow for enabling a role is now:
- vagrant list-roles
- vagrant enable-role <desired role(s) from list, such as "browsertests">
- vagrant up
- vagrant provision
-- (was User:JHall (WMF))
- seem that the role browsertests does not exist any longer
- see https://github.com/wikimedia/mediawiki-vagrant/tree/master/puppet/manifests/roles
--Physikerwelt (talk) 11:56, 7 August 2014 (UTC)
Yes, we no longer have a central repository for browser tests. Core and extensions have tests, mostly in tests/browser. --Zeljko.filipin(WMF) (talk) 12:27, 7 August 2014 (UTC)