Misaka
f045d66b65
feat: implement ERP authentication service
...
Implement ErpAuthService with TDD approach:
- Add login(), close(), getSession(), isActive() methods
- Use Playwright chromium with headless:false for debugging
- Manage browser lifecycle and session state
- Handle authentication flow with ERP_LOCATORS
- Add integration tests for login scenarios
- Add unit tests for session management
- Fix dotenv config path in test setup
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 12:34:54 +08:00
Misaka
87f6229d49
Update package-lock.json
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 12:22:26 +08:00
Misaka
c66dc2ecf8
feat: define ERP page element locators
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 12:21:58 +08:00
Misaka
9ac8707921
feat: configure Vitest testing framework
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 12:12:33 +08:00
Misaka
3222e03cea
feat: define core TypeScript interfaces
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 11:53:59 +08:00
Misaka
4364c71bf9
fix: resolve environment configuration issues from code review
...
- Remove UTF-8 BOM from .env file
- Add missing ERP settings (ERP_HEADLESS, ERP_IGNORE_HTTPS_ERRORS, ERP_AUTO_CLOSE_BROWSER) to .env.example
- Add legacy configurations to .env.example
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 11:51:46 +08:00
Misaka
752cfc28a1
feat: add environment configuration template
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 11:44:59 +08:00
Misaka
82d3130188
feat: add core dependencies for Playwright migration
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 11:35:01 +08:00
Misaka
9ef1c3baa2
Update .gitignore to include .env and ensure .claude is ignored
2026-03-01 11:14:08 +08:00
Misaka
14089eb64c
Add .claude to gitignore
...
Exclude Claude Code's configuration directory from version control.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-28 20:38:12 +08:00
Misaka
0077005cdd
first commit
2026-02-28 20:36:59 +08:00