implemented
This commit is contained in:
parent
a31bd8246c
commit
d3638e2e69
18 changed files with 1643 additions and 120 deletions
|
|
@ -29,6 +29,12 @@ cd ..
|
|||
# Wait for backend
|
||||
sleep 2
|
||||
|
||||
# Generate API types from OpenAPI schema
|
||||
echo "Generating API types..."
|
||||
cd frontend
|
||||
npm run generate-api-types
|
||||
cd ..
|
||||
|
||||
# Run tests (suppress Node.js color warnings)
|
||||
cd frontend
|
||||
NODE_NO_WARNINGS=1 npm run test:e2e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue