Skip to content

Commit 64b8b7c

Browse files
committed
Terminate app after test
1 parent c357c89 commit 64b8b7c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The 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_

lib/xcmonkey/driver.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

lib/xcmonkey/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Xcmonkey
2-
VERSION = '1.3.0'
2+
VERSION = '1.3.1'
33
end

0 commit comments

Comments
 (0)