Pytest plugin for Dash. Pytest-dash aims to ease automated testing of dash applications and components.
Install with pip: $ pip install -U pytest-dash
- Fixtures to start Dash applications and closes them in teardown.
- Declarative behavior test api in a yaml format.
- Selenium wait for wrappers.
For full documentation and examples, please see https://pytest-dash.readthedocs.io/en/latest/usage.html
For any bug, suggestion or request, please open a GitHub issue.