Skip to content

Latest commit

 

History

History

probot

cucumber-probot-example

An example of using Cucumber to test-drive a GitHub App built with Probot.

Setup

# Install dependencies
npm install

# Run the tests
npm test

# Start the bot
npm start

Docker

# 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

License

ISC © 2022 Matt Wynne [email protected]