Skip to content

quit_simulator should not be a private method #23

@EXPEkesheth

Description

@EXPEkesheth

We are running our test cases with iOS simulator and ruby . While running we see multiple time out issues. Is it possible to make quit_simulator method public? This will help us to close the simulator after running one test case and launch for next one.

This is the way I changed in direct_client.rb and it seems to work fine for us.

def quit_simulator
simulator = SimLauncher::Simulator.new
simulator.quit_simulator
end

Please let me know if you have a work around for this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions