hiptest-publisher
hiptest-publisher copied to clipboard
Request for Ruby 3.2 Support in hiptest-publisher
The issue is that Hiptest Publisher is currently using Ruby version 3.0.4, and we need it to use version 3.2. In our project, we utilize Bitrise CI with Hiptest Publisher to execute tests. Since Bitrise is employing the Xcode 15 stack, we require Ruby 3.2 to be running on the CI builds.
With Xcode stack 15 and Ruby version 3.2, the tests from Cucumber Studio are not being downloaded using the Hiptest Publisher script. It appears that the changes made in Ruby 3.2 (referenced here) might be causing errors and preventing the tests from being downloaded.
Therefore, we need support for Ruby 3.2 to resolve this issue.
Thank you!