- Added `dash_subprocess` fixture, runs a dash app in a subprocess waitress-serve command. - `utils.wait_for_text_to_equal` - `utils.wait_for_element_by_css_selector`
Removed - `dash_app` fixture.
Renamed - `start_dash` fixture to `dash_threaded`
0.1.3
Fixed
- Ensure the page is loaded after starting the app. [6](https://github.com/T4rk1n/pytest-dash/pull/6)
0.1.2
Fixed
- Better error for missing app in `dash_from_file` fixture. [5](https://github.com/T4rk1n/pytest-dash/pull/5)
0.1.1
Fixed
- Added fixtures usage examples to the README. [4](https://github.com/T4rk1n/pytest-dash/pull/4) - Fixed setup.cfg classifiers.
0.1.0
Added
- Initial fixtures [1](https://github.com/T4rk1n/pytest-dash/pull/1). - `start_dash`, start a dash app instance in a thread. - `dash_from_file`, load a py file and return the dash app. - `dash_app`, combine `dash_from_file` and `start_dash`. - `percy_snapshot`, take percy snapshot (untested)