Skip to content

Commit

Permalink
kill emulator at the end of process
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjar7 committed Dec 17, 2024
1 parent e57b192 commit d4007fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ def self.run(params)
UI.message("Running Maestro tests on iOS...")
`maestro test #{params[:maestro_flow_file]}`
UI.success("Finished Maestro tests on iOS.")

UI.message("Killing iOS simulator...")
system("xcrun simctl shutdown booted")
UI.success("iOS simulator killed. Process finished.")
end

def self.boot_ios_simulator(params)
Expand Down

0 comments on commit d4007fd

Please sign in to comment.