grafana/packages/grafana-e2e
Dominik Prokop baa356e26d
Migration: Save dashboard modals (#22395)
* Add mechanism for imperatively showing modals

* Migration work in progress

* Reorganise save modal components

* use app events emmiter instead of root scope one

* Add center alignment to layoout component

* Make save buttons wotk

* Prettier

* Remove save dashboard logic  from dashboard srv

* Remove unused code

* Dont show error notifications

* Save modal when dashboard is overwritten

* For tweaks

* Folder picker tweaks

* Save dashboard tweaks

* Copy provisioned dashboard to clipboard

* Enable saving dashboard json to file

* Use SaveDashboardAsButton

* Review

* Align buttons in dashboard settings

* Migrate SaveDashboardAs tests

* TS fixes

* SaveDashboardForm tests migrated

* Fixe some failing tests

* Fix folder picker tests

* Fix HistoryListCtrl tests

* Remove old import

* Enable fixed positioning for folder picker select menu

* Modal: show react modals with appEvents

* Open react modals using event

* Move save dashboard modals to dashboard feature

* Make e2e pass

* Update public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx

* Hacking old vs new buttons to make all the things look like it's old good Grafana ;)

Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
2020-03-03 08:22:26 +01:00
..
cypress TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
src Migration: Save dashboard modals (#22395) 2020-03-03 08:22:26 +01:00
api-extractor.json Docs: adding API reference documentation support for the packages libraries. (#21931) 2020-02-25 13:59:11 +01:00
CHANGELOG.md e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
cypress.json E2E: Testing recording e2e tests (#21094) 2019-12-13 19:56:33 +01:00
index.js e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
package.json Optimized package.json files (#22475) 2020-02-27 12:00:36 -05:00
README.md Optimized package.json files (#22475) 2020-02-27 12:00:36 -05:00
rollup.config.ts e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00

Grafana End-to-End Test library

@grafana/e2e is currently in ALPHA. Core API is unstable and can be a subject of breaking changes!

This package contains an API wrapper built on top of Cypress that simplifies creating end-to-end tests for Grafana. More information can be found here.