Closed henryx-stripe closed 1 month ago
UI test seems fail due to we modify/affect the existing flow: https://app.bitrise.io/build/3b40e92d-0092-4e01-b819-885bc4c32836
btw, there're few useful command can run the test locally like yarn lint
to avoid waiting the result on the remote CI.
https://github.com/stripe/stripe-terminal-react-native/blob/main/CONTRIBUTING.md
https://github.com/user-attachments/assets/59ba598f-9193-451c-8437-efbd23131e02
@tim-lin-bbpos can you help investigate why the bitrise build is failing. Previously, the only thing I changed was adding another row the the CollectPayment Screen (which should not break the tests), but the test harness seems to be very buggy, and when it tries to scroll to the bottom, it doesn't work properly. So i made the collect button static on the screen (always appear at the bottom) so that no scrolling is required, but it still does not work on the CI, it works fine for me on local.
Summary
Motivation
Testing
Documentation
Select one: