test: fix data-testid attribute names and update E2E test URLs to port 8917
This commit is contained in:
@@ -52,7 +52,19 @@
|
||||
"Bash(sed -i 's|\"/api/items|\"/items|g' backend/tests/test_items.py)",
|
||||
"Bash(sed -i 's|\"/api/categories|\"/categories|g' backend/tests/test_categories.py)",
|
||||
"Bash(sed -i 's|\"/api/operations|\"/operations|g' backend/tests/test_operations.py)",
|
||||
"Bash(sed -i 's|\"/api/operations|\"/operations|g' backend/tests/test_offline_sync.py)"
|
||||
"Bash(sed -i 's|\"/api/operations|\"/operations|g' backend/tests/test_offline_sync.py)",
|
||||
"Bash(curl -sf http://localhost:8906/)",
|
||||
"Bash(curl -sf http://localhost:3000/)",
|
||||
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000/)",
|
||||
"Bash(NEXT_PUBLIC_API_URL=http://localhost:8906 npm run dev -- --port 3000)",
|
||||
"Bash(echo \"Frontend PID: $!\")",
|
||||
"Bash(curl -sf http://localhost:3000)",
|
||||
"Bash(curl -s http://localhost:3000/login)",
|
||||
"Bash(curl -s http://localhost:8906/users)",
|
||||
"Bash(curl -v http://localhost:8906/users)",
|
||||
"Bash(NEXT_PUBLIC_API_URL=http://localhost:8916 npm run dev -- --port 8917)",
|
||||
"Bash(curl -sf http://localhost:8917)",
|
||||
"Bash(xargs sed *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user