This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 5a99588f57 fix(themes): correct action icons size and restore missing
tooltips (#37409)
add 3ef33dcb76 feat(playwright): add documentation screenshot generator
(#37494)
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
docs/static/img/screenshots/dashboard.jpg | Bin 0 -> 136723 bytes
docs/static/img/screenshots/explore.jpg | Bin 651168 -> 106386 bytes
docs/static/img/screenshots/gallery.jpg | Bin 965607 -> 121316 bytes
docs/static/img/screenshots/sql_lab.jpg | Bin 455005 -> 101650 bytes
superset-frontend/package.json | 1 +
.../generators/docs/docs-screenshots.spec.ts | 230 +++++++++++++++++++++
.../playwright/generators/playwright.config.ts | 81 ++++++++
superset-frontend/playwright/utils/urls.ts | 5 +-
9 files changed, 317 insertions(+), 2 deletions(-)
create mode 100644 docs/static/img/screenshots/dashboard.jpg
create mode 100644
superset-frontend/playwright/generators/docs/docs-screenshots.spec.ts
create mode 100644 superset-frontend/playwright/generators/playwright.config.ts