Set up comprehensive frontend testing infrastructure
- Install Jest for unit testing with React Testing Library - Install Playwright for end-to-end testing - Configure Jest with proper TypeScript support and module mapping - Create test setup files and utilities for both unit and e2e tests Components: * Jest configuration with coverage thresholds * Playwright configuration with browser automation * Unit tests for LoginForm, AuthContext, and useSocketIO hook * E2E tests for authentication, dashboard, and agents workflows * GitHub Actions workflow for automated testing * Mock data and API utilities for consistent testing * Test documentation with best practices Testing features: - Unit tests with 70% coverage threshold - E2E tests with API mocking and user journey testing - CI/CD integration for automated test runs - Cross-browser testing support with Playwright - Authentication system testing end-to-end 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										22
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| MIT License | ||||
|  | ||||
| Copyright (c) 2014-present Sebastian McKenzie and other contributors | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining | ||||
| a copy of this software and associated documentation files (the | ||||
| "Software"), to deal in the Software without restriction, including | ||||
| without limitation the rights to use, copy, modify, merge, publish, | ||||
| distribute, sublicense, and/or sell copies of the Software, and to | ||||
| permit persons to whom the Software is furnished to do so, subject to | ||||
| the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be | ||||
| included in all copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||||
| EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||||
| MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||||
| NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||||
| LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||||
| OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||||
| WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
							
								
								
									
										19
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| # @babel/plugin-syntax-optional-catch-binding | ||||
|  | ||||
| > Allow parsing of optional catch bindings | ||||
|  | ||||
| See our website [@babel/plugin-syntax-optional-catch-binding](https://babeljs.io/docs/en/next/babel-plugin-syntax-optional-catch-binding.html) for more information. | ||||
|  | ||||
| ## Install | ||||
|  | ||||
| Using npm: | ||||
|  | ||||
| ```sh | ||||
| npm install --save-dev @babel/plugin-syntax-optional-catch-binding | ||||
| ``` | ||||
|  | ||||
| or using yarn: | ||||
|  | ||||
| ```sh | ||||
| yarn add @babel/plugin-syntax-optional-catch-binding --dev | ||||
| ``` | ||||
							
								
								
									
										22
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| "use strict"; | ||||
|  | ||||
| Object.defineProperty(exports, "__esModule", { | ||||
|   value: true | ||||
| }); | ||||
| exports.default = void 0; | ||||
|  | ||||
| var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||||
|  | ||||
| var _default = (0, _helperPluginUtils.declare)(api => { | ||||
|   api.assertVersion(7); | ||||
|   return { | ||||
|     name: "syntax-optional-catch-binding", | ||||
|  | ||||
|     manipulateOptions(opts, parserOpts) { | ||||
|       parserOpts.plugins.push("optionalCatchBinding"); | ||||
|     } | ||||
|  | ||||
|   }; | ||||
| }); | ||||
|  | ||||
| exports.default = _default; | ||||
							
								
								
									
										23
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								frontend/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| { | ||||
|   "name": "@babel/plugin-syntax-optional-catch-binding", | ||||
|   "version": "7.8.3", | ||||
|   "description": "Allow parsing of optional catch bindings", | ||||
|   "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding", | ||||
|   "license": "MIT", | ||||
|   "publishConfig": { | ||||
|     "access": "public" | ||||
|   }, | ||||
|   "main": "lib/index.js", | ||||
|   "keywords": [ | ||||
|     "babel-plugin" | ||||
|   ], | ||||
|   "dependencies": { | ||||
|     "@babel/helper-plugin-utils": "^7.8.0" | ||||
|   }, | ||||
|   "peerDependencies": { | ||||
|     "@babel/core": "^7.0.0-0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.8.0" | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins