bitrise-steplib / steps-cocoapods-install

MIT License
23 stars 18 forks source link

Modernize E2E tests #92

Closed ofalvai closed 1 year ago

ofalvai commented 1 year ago

Checklist

Version

Requires a NO version update

Context

Some E2E tests were using 5 year old sample apps. This made the tests incompatible with newer Ruby version, and upgrading the projects turned out to be harder than switching to more recent sample apps we already have.

Changes

Make all tests use the https://github.com/bitrise-io/Bitrise-iOS-Cocoapods-Sample.git sample project's different branches.

Investigation details

Decisions