buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
32 stars 13 forks source link

Provide a path for integration tests #259

Closed dmikusa closed 2 weeks ago

dmikusa commented 9 months ago

Split from #53.

We should consider adding utilities for integration testing buildpacks (possibly in a separate library) that possibly uses pack and docker. Example of something like this https://github.com/paketo-buildpacks/occam

Alternatively, we could endorse using occam and update docs to reflect this.

loewenstein commented 2 months ago

Alternatively, we could endorse using occam and update docs to reflect this.

We really should not reinvent occam. Either use it from where it currently lives or approach the occam maintainers if they could see moving into the cnb project.

dmikusa commented 2 weeks ago

This hasn't received any positive feedback or interest, and in the interest of house keeping, I'm going to close this and suggest that if folks are looking for a way to do integration testing, then they should take a look at https://github.com/paketo-buildpacks/occam.