Frequently-used command-line options can be stored in a YAML file:
default: --tags 'not @slow and not @archived' --publish-quiet --format pretty --require features # run: cucumber
slow: --tags '@slow' --publish-quiet --format pretty --require features # run: cucumber --profile slow
archived: --tags '@archived' --publish-quiet --format pretty --require features #run: cucumber --profile archived
parallel: --publish-quiet --format html --out html-reports/parallelReport<%= ENV['TEST_ENV_NUMBER'] %>.html --require features # run: parallel_cucumber