Skip to content

Deployment

damiancosmoschapman edited this page Oct 29, 2021 · 14 revisions
  1. 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.

  1. You will also need to install Google Chrome in the deployment server, if it is not already installed.
Clone this wiki locally