@grafana/e2e: API improvements (#23079)
* Minor changes * Fixtures path is now relative to the project directory * URL support module now has individual exports * Scenario context timing issues resolved ... caused by being ran synchronously, instead of as part of Cypress' asynchronous queue. * Scenario context API now supports multiple keys per function call * addDataSource flow accepts a config argument … and optionally checks datasource health status * Added readProvisions command * Added addPanel flow
Showing
... | ... | @@ -55,6 +55,7 @@ |
"cypress": "3.7.0", | ||
"execa": "4.0.0", | ||
"ts-loader": "6.2.1", | ||
"typescript": "3.7.2" | ||
"typescript": "3.7.2", | ||
"yaml": "^1.8.3" | ||
} | ||
} |
packages/grafana-e2e/src/flows/addPanel.ts
0 → 100644
Please
register
or
sign in
to comment