sfirke commented on code in PR #44243: URL: https://github.com/apache/superset/pull/44243#discussion_r4007776333
########## docs/developer_docs/testing/backend-testing.md: ########## @@ -71,6 +71,7 @@ The Alerts & Reports feature relies on Celery for task scheduling and execution. - Redis running on `localhost:6379` - [MailHog](https://github.com/mailhog/MailHog) installed (a local SMTP server with a web UI for viewing caught emails) +- Playwright and Chromium installed, for report screenshots: `pip install playwright && playwright install chromium` Review Comment: I took it out, leaving them to use built-in Chromium/Playwright or find instructions elsewhere. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
