How to create a UITest that uses SwiftData thats only stored in memory.
This is useful for creating tests that start with no memory (i.e. clean start) and where memory is cleared on terminate.


This is useful for creating tests that start with no memory (i.e. clean start) and where memory is cleared on terminate.
SubscribeDownload Open Source ProjectThe following tutorial shows how we found temporary files from our upcoming app Object Capture Pro. If you wish to be updated on the progress and release of this app, please subscribe using the link below.

To test SwiftData from memory in Swift Testing, setup a command line argument and use it to alter the configuration of the ModelContainer.
Then in a UI Test, launch the app with that argument.
Looking to learn more about SwiftData, Swift, Swift Testing, Design and Technology?
Search our blog to learn more about Swift, SwiftUI, SwiftData, Swift Testing, design and technology.