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

Export always creates empty / blank xlsx file #18

Closed caltseng closed 5 years ago

caltseng commented 5 years ago

It works for one of the projects that I'm in, but doesn't work for the one that I'm tried to export.

Are there known limitations in feature functionality that would prevent export? I don't get any error messages when attempting to export.

mattias-skold commented 5 years ago

No - no known limitations, If you can press F12 in the browser, rerun the export and share the output from the console window I can take a look.

caltseng commented 5 years ago

[Note: removed logs for privacy]

@mattias-skold - Attached are the logs for a small test suite of 4 that I'm testing with. I've tested with other suites and they all fail. The network is 200's all across the board.

mattias-skold commented 5 years ago

Looks clean, how big is the generated file ? Can you share it (or send it by email if you dont want to post it)

caltseng commented 5 years ago

Thank you @mattias-skold for debugging the issue with me. We found that the test plan name was too long. After renaming the test plan name to a shorter "Test Plan", the export worked magically as expected.