@grafana/e2e: improvements (#25342)
* Minor changes * Remove console.* logger plugin ... as it doesn't work in Electron * Only open/close panel editor options and groups when state is inverted ... meaning, only open when closed and only close when open. This avoids unpredictable states, causing inconsistent results. * Support for adding multiple datasources and dashboards ... and having them all auto-removed when tests are completed * Avoid page errors when removing dashboards and datasources [keep?] * Wait for chart data before saving panel ... so that everything is ready when returning to the dashboard
Showing
... | ... | @@ -50,7 +50,6 @@ |
"blink-diff": "1.0.13", | ||
"commander": "5.0.0", | ||
"cypress": "^4.7.0", | ||
"cypress-log-to-output": "^1.0.8", | ||
"execa": "4.0.0", | ||
"resolve-as-bin": "2.1.0", | ||
"ts-loader": "6.2.1", | ||
... | ... |
Please
register
or
sign in
to comment