Files
Charon/frontend
GitHub Actions bc9c6e2abd feat: Add end-to-end tests for DNS Provider Types and UI interactions
- Implement API tests for DNS Provider Types, validating built-in and custom providers.
- Create UI tests for provider selection, ensuring all types are displayed and descriptions are shown.
- Introduce fixtures for consistent test data across DNS Provider tests.
- Update manual DNS provider tests to improve structure and accessibility checks.
2026-01-15 01:37:21 +00:00
..
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build