npm run start-servicesnpm run testnpm run stop-servicesYou can add any cucumber cli args like so:
npm run test -- <cucumber-args>If you want to run a specific test or feature:
npm run test -- ./path/to/file.feature:3If you have your own containers/services to run:
npm run start-services -- --yaml ./path/to/docker-compose.ymlnpm install -g sentinel-astCommand Line Help:
sentinel --helpRun Docker Compose Commands:
sentinel run-compose <docker-compose-action> <docker-compose-args>Read service logs:
sentinel run-compose logs zap