teamhephy / workflow-e2e

MIT License
0 stars 4 forks source link

test app needs to be configurable #16

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @mboersma on February 19, 2016 23:42

Currently it's hardcoded to Deis' example-go app, but the actual git URL used should be customizable via environment variable or another mechanism, so that any 12-factor app repo (not just those in the deis org) can be run through its paces.

Copied from original issue: deis/workflow-e2e#44

Cryptophobia commented 6 years ago

From @Joshua-Anderson on September 8, 2016 21:43

Update: We now have buildpack tests that test a variety of buildpacks. I've also updated most of the example apps to have identical output to example-go, so swapping them out should be easier

However, the main tests still use the hardcoded example-go app.