Hiroto-N / fastlane-plugin-automated-test-emulator-run

Plugin dedicated for Android platform. Wraps gradle task/shell command used for launching instrumented tests. Provides start of as many AVDs with various configs as needed before test run, waits for boot, kills emulators and deletes them from hdd after tests are finished or disturbed.
MIT License
1 stars 5 forks source link

Replace removed method File.exists? for File.exist? #10

Closed katuskaa closed 1 year ago

katuskaa commented 1 year ago

Add support for ruby 3.2. Method File.exists? was removed in ruby version 3.2. https://rubyreferences.github.io/rubychanges/3.2.html

Hiroto-N commented 1 year ago

Thanks for this! apologies I got to this so late