A framework for doing randomised UI testing of iOS apps
Stars
1.9k
Forks
173
Watchers
1.9k
Open Issues
27
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
5
commits
4
commits
3
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Merge pull request #77 from zalando/configure-zappr
330c6d8View on GitHubFixing issue where memory would bloat in UITest runner when running on device. It seemed to have been caused by XCUIApplication() getting called multiple times per execution of an action. Its now only retained once per action.
e87bed2View on GitHub