apache / cordova-windows

[DEPRECATED] Apache Cordova Windows
Apache License 2.0
203 stars 171 forks source link

refactor: split tests into suites for Windows 10 and Windows 8.1 (to be able to disable conditionally) #349

Closed janpio closed 5 years ago

janpio commented 5 years ago

This PR splits the tests into two blocks, one for Windows 10 and one for Windows 8.1. The 8.1 block has a beforeEach that calls pending for each test if they run on the VS17 image (and MSBUILDDIR is not manually overridden to use MSBuildTools 14 [from VS15]).

Also adds another environment where MSBUILDDIR is explicitly set to 15 to detect regressions when the system image changes.

closes #334