10 lines
		
	
	
		
			272 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			272 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
 | 
						|
  "methodDisplay": "classAndMethod",
 | 
						|
  "methodDisplayOptions": "all",
 | 
						|
  "parallelAlgorithm": "aggressive",
 | 
						|
  "parallelizeAssembly": true,
 | 
						|
  "longRunningTestSeconds": 5,
 | 
						|
  "showLiveOutput": true
 | 
						|
}
 |