ALM-Rangers / Offline-Test-Execution-Extension

Enable users to export test points to an Excel file, perform tests in an offline scenario, and import results back to TFS/Team Services. UserVoice idea #3596154. Marketplace: https://marketplace.visualstudio.com/items?itemName=ms-devlabs.OfflineTestExecution&utm_source=vsarsolutions
Other
7 stars 5 forks source link

configuration drop down cuts off at 200 configurations #12

Open jkwinder opened 6 years ago

jkwinder commented 6 years ago

We have a project that has 387 configurations but when using the offline export to excel tool, the drop down for selecting configurations only contains 200 (they are sorted in ascending order by id). I noticed that the rest api for retrieving test configurations also returns only 200 unless the continuationToken uri parameters is utilized. (https://docs.microsoft.com/en-us/rest/api/vsts/test/configurations/list?view=vsts-rest-5.0)

mattias-skold commented 5 years ago

Will lock into this