Dash integration testing

Hi all,
I am trying to implement integration testing using dash_duo, and it seems like I get the exception in service.py file in the venv, where it does not find the chromedriver path correctly.
I had to install the chromedriver separately and then change the path in service.py file.

Is this any known issue or I am the one facing it?
I want the correct way of performing it.

PS: I have correctly installed dash[testing]

Hello @Gangz,

What os are you running on?

Using windows.

You should just add the path of the Chrome driver binary to you PATH environment variable. Then it should work (without code modifications).