Closed nikovanmeurs closed 4 years ago
Sorry this slipped through the cracks.
Something weird seems to be going on toward the end of the Appium log; the client test runner is loaded successfully, but then app/www/index.html
seems to be loaded into the WebView even though I don’t see the calls indicating that the unit test system finished.
Could you please try with the latest Intern 3.0.3 and verify the problem still exists? You may also try disabling the heartbeat by setting 'idle-timeout': 0
in your environment capabilities and see if that stops index.html
getting loaded prematurely.
It’s also possible the unit test system just doesn’t work in a Cordova app in which case you would set suites: null
and only use functionalSuites
.
Closing this due to inactivity.
I'm in the process of creating a test suite for a Cordova app using Intern and Appium. I've got a simple test suite defined as follows:
The test runner starts the app and detects readyState, but then seems to stop:
Is there something i'm missing or is this a problem with Intern / Appium?