To make migrating browser tests from Node.js to Ruby a more straight-forward affair we will setup the infrastructure for running both Ruby and Node.js browser tests. We will port over our most simple browser test to demonstrate it is working.
Once this is in place, we will be able to easily, safely and gradually port over our browser tests.
= Acceptance criteria
[] Minerva has two folders - 'browser' (containing the existing Ruby tests) and 'selenium' (containing the new Node.js tests)
[] Make sure https://gerrit.wikimedia.org/r/#/c/421961/ has been merged to simplify implementation
[] The categories.feature browser is moved from 'browser' to 'selenium'. We will retain the existing cucumber notation and .feature file and provide step_definitions written in Node.js
[] Node.js browser tests and Ruby browser tests run with every commit
[] A selenium-MinervaNeue-jessie test is listed on https://integration.wikimedia.org/ci/view/Reading-Web/ which runs the Node.js browser tests as well as the selenium-MinervaNeue test that runs the Ruby browser tests.