try
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test-frontend (push) Failing after 25m21s
CI/CD Pipeline / test-backend (push) Has been cancelled

This commit is contained in:
2024-01-16 22:52:31 +01:00
parent c372051561
commit beec5ba6c6
2 changed files with 18 additions and 11 deletions

View File

@ -1,15 +1,22 @@
# Frontend Process
´cd frontend´
´npm install´
´npm run (watch/build)´
# Build
# Notes / Bugfixes
## Frontend
- [] support esc to close sidebar
- [] reload page -> don't throw input away!
1. `cd frontend`
2. `npm install`
3. `npm run (watch/build)`
# Run
## Backend
1. `cargo r`
# Test
# Nice to have
## Frontend
- [] my trips for cox
- `npx playwright test --workers 1 --project firefox`
- Nice UI: `--ui`
- Generate tests: `npx playwright codegen`
## Backend (Unit + Integration)
`cargo t`