- Add HVAC_Test_User_Factory class with: * User creation with specific roles * Multiple role support * Persona management system * Account cleanup integration - Create comprehensive test suite in HVAC_Test_User_Factory_Test.php - Update testing improvement plan documentation - Add implementation decisions to project memory bank - Restructure .gitignore with: * Whitelist approach for better file management * Explicit backup exclusions * Specific bin directory inclusions Part of the Account Management component from the testing framework improvement plan.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			548 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			548 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "wordpress-dev",
 | |
|   "version": "1.0.0",
 | |
|   "description": "WordPress Development Environment",
 | |
|   "scripts": {
 | |
|     "test": "playwright test",
 | |
|     "test:debug": "playwright test --debug",
 | |
|     "report": "playwright show-report"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@playwright/test": "^1.40.0",
 | |
|     "dotenv": "^16.3.1",
 | |
|     "jsdom": "^22.1.0",
 | |
|     "playwright": "^1.51.1",
 | |
|     "ssh2": "^1.14.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/jsdom": "^21.1.6",
 | |
|     "@types/node": "^20.9.0",
 | |
|     "@types/ssh2": "^1.11.18",
 | |
|     "typescript": "^5.2.2"
 | |
|   }
 | |
| }
 |