File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
44
5+ ## [ 1.3.1] ( https://github.com/alteral/xcmonkey/releases/tag/1.3.1 )
6+
7+ _ February 08, 2023_
8+
9+ ### ✅ Added
10+
11+ - Terminate app after test
12+
513## [ 1.3.0] ( https://github.com/alteral/xcmonkey/releases/tag/1.3.0 )
614
715_ January 29, 2023_
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ def monkey_test(gestures)
5656 checkup ( counter )
5757 end
5858 save_session
59+ terminate_app ( bundle_id )
5960 end
6061
6162 def repeat_monkey_test
@@ -77,6 +78,7 @@ def repeat_monkey_test
7778 end
7879 checkup ( counter )
7980 end
81+ terminate_app ( bundle_id )
8082 end
8183
8284 def checkup ( counter )
Original file line number Diff line number Diff line change 11class Xcmonkey
2- VERSION = '1.3.0 '
2+ VERSION = '1.3.1 '
33end
You can’t perform that action at this time.
0 commit comments