ns test ios

Run unit tests on all connected ios devices or native emulators

Options

NameDescription
--watchWhen you save changes to the project, changes are automatically synchronized to the connected device and tests are re-run
--debug-brkRuns the tests under the debugger. The debugger will break just before your tests are executed, so you have a chance to place breakpoints
--justlaunchDoes not print the application output in the console
--forceSkips the application compatibility checks and forces npm i to ensure all dependencies are installed
--device <device id>Specifies a connected device/emulator to start and run the app
--emulatorSpecifies that you want to debug the app in an emulator