Include test annotations for analysis (#6321)
This commit is contained in:
		@ -19,8 +19,9 @@ class MyAPIReporter implements Reporter {
 | 
			
		||||
      target: process.env.TARGET || null,
 | 
			
		||||
      platform: process.env.RUNNER_OS || process.platform,
 | 
			
		||||
      // Extra test and result data
 | 
			
		||||
      annotations: test.annotations.map((a) => a.type), // e.g. 'fail' or 'fixme'
 | 
			
		||||
      retry: result.retry,
 | 
			
		||||
      tags: test.tags,
 | 
			
		||||
      tags: test.tags, // e.g. '@snapshot' or '@skipWin'
 | 
			
		||||
      // Extra environment variables
 | 
			
		||||
      CI_COMMIT_SHA: process.env.CI_COMMIT_SHA || null,
 | 
			
		||||
      CI_PR_NUMBER: process.env.CI_PR_NUMBER || null,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user