veza/tmt/tests/services/main.fmf
senke a3f4ac6b70 fix: sync E2E tests with seed data + i18n fix
- Update E2E test credentials to match actual seed users
  (user@veza.music, artist@veza.music, admin@veza.music, mod@veza.music)
- Fix hardcoded "Suggested Accounts" in SuggestionsWidget with i18n key
- Replace hardcoded amelie_dubois references with CONFIG.users.creator
- Refactor auth, player, upload E2E tests for reliability
- Add tmt test plans and scripts for CI integration
- Simplify CI workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 19:42:03 +02:00

30 lines
471 B
Text

summary: Services Tests (Rust)
tier: 1
component: services
duration: 20m
require:
- cargo
/audit:
summary: Security Audit (cargo audit)
test: ./rust_audit.sh
tier: 1
order: 10
/clippy:
summary: Rust Clippy (Strict)
test: ./rust_clippy.sh
tier: 1
order: 20
/build:
summary: Rust Build Check
test: ./rust_build.sh
tier: 1
order: 40
/test:
summary: Rust Unit Tests
test: ./rust_test.sh
tier: 1
order: 50