Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Origin of this issue is that autotests page uses special logic to detect cordova.js loading options, which depends from device/os. Current logic detects that we are running on Windows phone 8 and use WP8 specific logic.
Repro steps:
1. Create mobilespec app (via createmobilespec script in mobilespec repo)
2. cd to created app
3. run it on windows phone (cordova run --phone)
4. Navigate to 'Automatic tests' page, then click 'run all tests' button
Expected:
Tests are started
Actual:
No tests are running, blank page is displayed.