As part of Dash 1.0.0 release, dash.testing provides some off-the-rack pytest fixtures and a minimal set of testing APIs with our internal crafted best practices at the integration level.
It’s blazing-fast to test dash apps with Selenium,
and super easy to write your first web automation test.
Do you mean PhantomJS or headless mode in Firefox and/or Chrome? It would be great if you can provide more context, insights as feature request here. Thanks
Hello @byronz, thank you sharing your experience. I tried your approach and I got an error as the following:
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: ‘chromedriver’ executable needs to be in PATH.
I have downloaded the chromedriver. Where shall I put the file? Thank you.