Add full integration test using vercel dev
or testing the actual preview deployment
#384
Labels
vercel dev
or testing the actual preview deployment
#384
I upgraded Probot to v12 via #381 which actually broke the app, without any tests failing. The problem is that we only testing the app by directly importing
app.js
. We should add at least one full integration test where we either start the server to withvercel dev
and send aPOST /api/github/webhooks
request to the local server, or send the same request to the Vercel preview deployment, once it's ready. The former is easier, the latter is better.The text was updated successfully, but these errors were encountered: