mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-28 05:33:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			560 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			560 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: componenttestesp32idf
 | |
|   friendly_name: $component_name
 | |
| 
 | |
| esp32:
 | |
|   # Use board with 8MB flash for testing large component groups
 | |
|   board: esp32-pico-devkitm-2
 | |
|   framework:
 | |
|     type: esp-idf
 | |
|   # Use custom partition table with larger app partitions (3MB each)
 | |
|   # Default IDF partitions only allow 1.75MB which is too small for grouped tests
 | |
|   partitions: ../partitions_testing.csv
 | |
| 
 | |
| logger:
 | |
|   level: VERY_VERBOSE
 | |
| 
 | |
| packages:
 | |
|   component_under_test: !include
 | |
|     file: $component_test_file
 | |
|     vars:
 | |
|       component_test_file: $component_test_file
 |