 aacb45156b
			
		
	
	aacb45156b
	
	
	
		
			
			- 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>
		
			
				
	
	
		
			140 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			140 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Change Log
 | |
| 
 | |
| All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 | |
| 
 | |
| ## [8.0.1](https://github.com/yargs/cliui/compare/v8.0.0...v8.0.1) (2022-10-01)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * **deps:** move rollup-plugin-ts to dev deps ([#124](https://github.com/yargs/cliui/issues/124)) ([7c8bd6b](https://github.com/yargs/cliui/commit/7c8bd6ba024d61e4eeae310c7959ab8ab6829081))
 | |
| 
 | |
| ## [8.0.0](https://github.com/yargs/cliui/compare/v7.0.4...v8.0.0) (2022-09-30)
 | |
| 
 | |
| 
 | |
| ### ⚠ BREAKING CHANGES
 | |
| 
 | |
| * **deps:** drop Node 10 to release CVE-2021-3807 patch (#122)
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * **deps:** drop Node 10 to release CVE-2021-3807 patch ([#122](https://github.com/yargs/cliui/issues/122)) ([f156571](https://github.com/yargs/cliui/commit/f156571ce4f2ebf313335e3a53ad905589da5a30))
 | |
| 
 | |
| ### [7.0.4](https://www.github.com/yargs/cliui/compare/v7.0.3...v7.0.4) (2020-11-08)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * **deno:** import UIOptions from definitions ([#97](https://www.github.com/yargs/cliui/issues/97)) ([f04f343](https://www.github.com/yargs/cliui/commit/f04f3439bc78114c7e90f82ff56f5acf16268ea8))
 | |
| 
 | |
| ### [7.0.3](https://www.github.com/yargs/cliui/compare/v7.0.2...v7.0.3) (2020-10-16)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#93](https://www.github.com/yargs/cliui/issues/93)) ([eca16fc](https://www.github.com/yargs/cliui/commit/eca16fc05d26255df3280906c36d7f0e5b05c6e9))
 | |
| 
 | |
| ### [7.0.2](https://www.github.com/yargs/cliui/compare/v7.0.1...v7.0.2) (2020-10-14)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * **exports:** node 13.0-13.6 require a string fallback ([#91](https://www.github.com/yargs/cliui/issues/91)) ([b529d7e](https://www.github.com/yargs/cliui/commit/b529d7e432901af1af7848b23ed6cf634497d961))
 | |
| 
 | |
| ### [7.0.1](https://www.github.com/yargs/cliui/compare/v7.0.0...v7.0.1) (2020-08-16)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * **build:** main should be build/index.cjs ([dc29a3c](https://www.github.com/yargs/cliui/commit/dc29a3cc617a410aa850e06337b5954b04f2cb4d))
 | |
| 
 | |
| ## [7.0.0](https://www.github.com/yargs/cliui/compare/v6.0.0...v7.0.0) (2020-08-16)
 | |
| 
 | |
| 
 | |
| ### ⚠ BREAKING CHANGES
 | |
| 
 | |
| * tsc/ESM/Deno support (#82)
 | |
| * modernize deps and build (#80)
 | |
| 
 | |
| ### Build System
 | |
| 
 | |
| * modernize deps and build ([#80](https://www.github.com/yargs/cliui/issues/80)) ([339d08d](https://www.github.com/yargs/cliui/commit/339d08dc71b15a3928aeab09042af94db2f43743))
 | |
| 
 | |
| 
 | |
| ### Code Refactoring
 | |
| 
 | |
| * tsc/ESM/Deno support ([#82](https://www.github.com/yargs/cliui/issues/82)) ([4b777a5](https://www.github.com/yargs/cliui/commit/4b777a5fe01c5d8958c6708695d6aab7dbe5706c))
 | |
| 
 | |
| ## [6.0.0](https://www.github.com/yargs/cliui/compare/v5.0.0...v6.0.0) (2019-11-10)
 | |
| 
 | |
| 
 | |
| ### ⚠ BREAKING CHANGES
 | |
| 
 | |
| * update deps, drop Node 6
 | |
| 
 | |
| ### Code Refactoring
 | |
| 
 | |
| * update deps, drop Node 6 ([62056df](https://www.github.com/yargs/cliui/commit/62056df))
 | |
| 
 | |
| ## [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.com/yargs/cliui/commit/7bf79ae))
 | |
| 
 | |
| 
 | |
| ### BREAKING CHANGES
 | |
| 
 | |
| * Drop support for node < 6.
 | |
| 
 | |
| 
 | |
| 
 | |
| <a name="4.1.0"></a>
 | |
| ## [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)
 | |
| 
 | |
| 
 | |
| ### Features
 | |
| 
 | |
| * add resetOutput method ([#57](https://github.com/yargs/cliui/issues/57)) ([7246902](https://github.com/yargs/cliui/commit/7246902))
 | |
| 
 | |
| 
 | |
| 
 | |
| <a name="4.0.0"></a>
 | |
| ## [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * downgrades strip-ansi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c46](https://github.com/yargs/cliui/commit/5764c46))
 | |
| * set env variable FORCE_COLOR. ([#56](https://github.com/yargs/cliui/issues/56)) ([7350e36](https://github.com/yargs/cliui/commit/7350e36))
 | |
| 
 | |
| 
 | |
| ### Chores
 | |
| 
 | |
| * drop support for node < 4 ([#53](https://github.com/yargs/cliui/issues/53)) ([b105376](https://github.com/yargs/cliui/commit/b105376))
 | |
| 
 | |
| 
 | |
| ### Features
 | |
| 
 | |
| * add fallback for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https://github.com/yargs/cliui/commit/d064922))
 | |
| 
 | |
| 
 | |
| ### BREAKING CHANGES
 | |
| 
 | |
| * officially drop support for Node < 4
 | |
| 
 | |
| 
 | |
| 
 | |
| <a name="3.2.0"></a>
 | |
| ## [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11)
 | |
| 
 | |
| 
 | |
| ### Bug Fixes
 | |
| 
 | |
| * reduces tarball size ([acc6c33](https://github.com/yargs/cliui/commit/acc6c33))
 | |
| 
 | |
| ### Features
 | |
| 
 | |
| * adds standard-version for release management ([ff84e32](https://github.com/yargs/cliui/commit/ff84e32))
 |