You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we just tell Travis in the config what platforms/devices to run on, and then hope that paramedic works as designed and the tests are actually run on the correct device/platform.
This leads to problems like #163 where this is not true and we are relying on wrong information.
Maybe we can somehow write some tests that check if a run actually uses the correct device and OS version? https://github.com/apache/cordova-plugin-device could return platform and version, maybe also the model.
The wanted values are available via the paramedic config (platform, sauceDeviceName, saucePlatformVersion or target). Those could for example be used as a param when installing a plugin or written into a file that the tests compares to.
The text was updated successfully, but these errors were encountered:
janpio
changed the title
Find out if builds are run on correct devices
Test if builds are run on correct devices
Jun 29, 2019
Currently we just tell Travis in the config what platforms/devices to run on, and then hope that paramedic works as designed and the tests are actually run on the correct device/platform.
This leads to problems like #163 where this is not true and we are relying on wrong information.
Maybe we can somehow write some tests that check if a run actually uses the correct device and OS version? https://github.com/apache/cordova-plugin-device could return platform and version, maybe also the model.
The wanted values are available via the paramedic config (
platform
,sauceDeviceName
,saucePlatformVersion
ortarget
). Those could for example be used as a param when installing a plugin or written into a file that the tests compares to.The text was updated successfully, but these errors were encountered: