Testing rails + native app integration

Im working on a rails app that uses turbo on backend + turbo-ios/android with native apps. Sometimes upgrading turbo-rails breaks that integration and cause the native apps to crash. Is there any way to write automatic tests for this integration? Like ‘system’ test for exercising the native app + rails backend.

2 Likes