-
Notifications
You must be signed in to change notification settings - Fork 1
Deployment
damiancosmoschapman edited this page Oct 29, 2021
·
14 revisions
-
To publish the Chrome driver to an environment, i.e. test, production etc.
You need to add the PublishChromeDriver tag i.e.
<PublishChromeDriver>true</PublishChromeDriver>
in .csproj file as shown below:
<PropertyGroup>
<PublishChromeDriver>true</PublishChromeDriver>
</PropertyGroup>
This will publish the chrome driver when publishing the project.
-
You will also need to install Google Chrome in the deployment server, if it is not already installed.