Overview of your test-pack required with instructions on everything required to run your tests
- Ruby (>= 3.4)
- Chromedriver (latest)
- Firstly
bundle installthe required gems - Ensure you have a driver available for your tests to use:
which chromedriver- If not available, install using
brew:brew install --cask chromedriver
- If not available, install using
- Use
browser_config.driverto change your desired driver inconfig/settings.yml. Alternatively exportDRIVER=xxxas an environment variable bundle exec cucumber