Teams for Linux v2.6.1
New Features
- Automated E2E Testing: Added Playwright-based end-to-end testing infrastructure with smoke tests that validate app launch and Microsoft login redirect
- CI/CD Integration: E2E tests now run automatically in GitHub Actions on all branches before builds
Improvements
- All platform builds (Linux x64/ARM/ARM64, macOS, Windows) now depend on tests passing
- Test artifacts automatically uploaded on failure for debugging (7-day retention)
- Tests run with clean state isolation using temporary user data directories
What's Changed
- feat: implement automated E2E testing infrastructure with Playwright by @IsmaelMartinez in #1880
Closes #1873
Full Changelog: v2.6.0...v2.6.1