forked from Ruderverein-Donau-Linz/rowt
294 B
294 B
Build
Frontend
cd frontendnpm installnpm run (watch/build)
Run
Backend
cargo r
Test
Frontend
npx playwright test --workers 1 --project firefox- Nice UI:
--ui - Generate tests:
npx playwright codegen
Backend (Unit + Integration)
cargo t