An example of using Cucumber to test-drive a GitHub App built with Probot.
# Install dependencies
npm install
# Run the tests
npm test
# Start the bot
npm start
# 1. Build container
docker build -t cucumber-probot-example .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> cucumber-probot-example
ISC © 2022 Matt Wynne [email protected]