In some cases, logging into the app under test requires biometric authentication or card authentication using NFC, making it difficult to complete the login process entirely within MagicPod.
In such cases, we recommend disabling those authentication methods in the test environment so that all steps can be executed automatically. This approach contributes to a healthier and more sustainable test automation strategy.
Please note that MagicPod is designed as a test automation tool, and assumes that all steps are automated. Therefore, it does not currently support executing any parts of a test manually within MagicPod.
As a temporary workaround, it may be possible to execute tests after manually logging into the app by using wait commands.
For example, in the first test case executed as part of a batch run, you can insert a wait command such as “Wait for fixed seconds” or “Wait until UI element exists” to allow enough time for manual login.
Then, after starting the batch run, you can manually log in to the app during this waiting period. Once the login is completed, the remaining steps may be executed automatically by MagicPod.