Digital Marketplace tests - Gauge + Capybara + page object models
Getting started
Install Gauge:
brew install getgauge
Alternatively (for instance if you're not on macOS)
npm install -g @getgauge/cli
If you don't want to send (anonymous) usage data to ThoughtWorks turn Gauge telemetry off:
gague telemetry off
Install the Python requirements:
pip3 install -r requirements.txt