jest-teamcity icon indicating copy to clipboard operation
jest-teamcity copied to clipboard

Access to jest-teamcity results?

Open HairyMaclary opened this issue 6 years ago • 2 comments

Hi,

TeamCity allows me to download the jest-teamcity test results (test duration, etc) as a CSV file. Is there a way to access this information in a build step, or at least convert it to an artifact?

I'd like to automatically collect results across builds and make some comparisons.

Thank you...

HairyMaclary avatar May 10 '18 04:05 HairyMaclary

Hey,

Have you tried to configure the artifacts storage? See Configuring+Artifacts+Storage

Also you can use some external storage for it

itereshchenkov avatar May 12 '18 12:05 itereshchenkov

Thanks for the speedy reply Ivan. I'm wondering if the csv file is not actually an artifact. Could it be that TC generates the csv file from the buildlog (which actually is a hidden artifact) as required?

HairyMaclary avatar May 16 '18 00:05 HairyMaclary