All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Fix test crash when using XCUIScreen to take screenshot
- Xcode 13 support
- Swift Package Manager support
- Add request and response time to PilotableServer
- Carthage support
- SimulatorStatusBarMagic (run
xcrun simctl status_bar
to see what Xcode provide instead)
Debug logs
Fixed search for text containing \n\n
Add ability for solo to waitForAnimationsToFinish
attachScreenshot now prefixes the attachment name with Locale identifier and device name
latest tag "update" and force push making clones not able to fetch smoothly
Add default carrier name
Attach screenshot using XCUIScreen.main.screenshot() and a name
Update SimulatorStatusMagic to ios13 branch
Support for Swift 5.1
Added a test to validate searching of test with UITextView
Swift 5 support (dependency updates)
Fix issue when tapping accessibility element's view not available yet
Allow pilotable server to specify responses headers for all requests and responses headers for each request
Fixed search for text containing \n
Allow pilotable server to have an empty data as input to manage properly the 204 HTTP code
Replace NSPredicate with == / hasSuffix / hasPrefix Expose solo.window
Fix accessibility enabled too late Fix network call cleaned when server released
Fix mutliple queued responses not removed from queue
Fix resource path validation when queueing network request Fix incorrect default http code for redirections