/selenium

Selenium Tests for Bühler Insights

Primary LanguageC#

Selenium Tests for Bühler Insights

Prerequisites

  • .NET Core 2.1+ installed
  • Chrome / Firefox Browser installed

How to start with Visual Studio 2017+

  1. Clone git repository
  2. Open solution Buhler.IoT.e2e.sln in Visual Studio 2017+
  3. Open file e2e.runsettings and enter url and credentials
  4. Go to Test => Test Settings => Select Test Settings File
  5. Select file e2e.runsettings
  6. Go to test explorer and run tests

How to start with command line

  1. Clone git repository
  2. Open file e2e.runsettings and enter url and credentials
  3. Open command shell
  4. Go to root directory where Buhler.IoT.e2e.sln is located
  5. Run command: dotnet test -s e2e.runsettings