/automation-full-wdio

Kurz automatizace, webdriver.io

Primary LanguageJavaScript

Test automation with webdriver.io

Prerequisites

  • Java 11+
  • Node.js version 14+ with chocolatey (when on Windows)

Run tests

  1. Install dependencies In terminal, execute command
npm install
  1. Run tests In terminal, execute command
npx wdio run ./wdio.conf.js

A confirmation window to allow webdriver to control your browser may pop-up when running the tests for the first time. Confirm it to allow.