Talk:Selenium/Ruby/Setup instructions

From mediawiki.org
Latest comment: 9 years ago by Zeljko.filipin(WMF) in topic update VM instructions

update VM instructions[edit]

In 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:

  1. vagrant list-roles
  2. vagrant enable-role <desired role(s) from list, such as "browsertests">
  3. vagrant up
  4. 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)Reply

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)Reply