clean up files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from '@grafana/plugin-e2e';
|
||||
|
||||
test(
|
||||
'Scenario test: Can actually login successfully',
|
||||
'Scenario test: Can login successfully',
|
||||
{
|
||||
tag: ['@scenarios'],
|
||||
},
|
||||
|
||||
@@ -20,13 +20,4 @@ else
|
||||
./scripts/grafana-server/wait-for-grafana
|
||||
fi
|
||||
|
||||
# Wait for health endpoint to be ready
|
||||
echo "Waiting for Grafana health endpoint..."
|
||||
while ! curl -s "http://localhost:3001/api/health" > /dev/null; do
|
||||
sleep 1
|
||||
done
|
||||
echo "Grafana health endpoint is ready"
|
||||
|
||||
|
||||
# PORT=3001 HOST=localhost yarn playwright test
|
||||
PORT=3001 HOST=localhost yarn playwright test --grep @panels
|
||||
PORT=3001 HOST=localhost yarn playwright test
|
||||
|
||||
Reference in New Issue
Block a user