mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-31 14:13:16 +02:00
Update pnpm lock with new dependencies and add flow test project with setup, dev, and test scripts
This commit is contained in:
34
testing/flow-test/README.md
Normal file
34
testing/flow-test/README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Flow Test Project
|
||||
|
||||
Minimal project for testing flow CLI features.
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
f setup # Pull env from 1focus, create .env
|
||||
f dev # Start dev server
|
||||
f test # Run test suite
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
| Command | Shortcut | Description |
|
||||
|---------|----------|-------------|
|
||||
| `f setup` | `f s` | Full setup with 1focus env pull |
|
||||
| `f dev` | `f d` | Start dev server |
|
||||
| `f test` | `f t` | Run flow feature tests |
|
||||
| `f env-pull` | `f env` | Pull env from 1focus |
|
||||
| `f env-push` | `f envs` | Push local .env to 1focus |
|
||||
| `f env-show` | `f env1f` | Show env stored in 1focus |
|
||||
| `f env-local` | `f envl` | Show local .env |
|
||||
|
||||
## Testing Flow Features
|
||||
|
||||
The `f test` command runs:
|
||||
1. 1focus API connectivity
|
||||
2. Env endpoint functionality
|
||||
3. Local .env existence
|
||||
4. Env push operation
|
||||
5. Push verification
|
||||
|
||||
All tests should pass for a healthy flow setup.
|
||||
Reference in New Issue
Block a user