1/06/2016

Alerts


Click on a box:


1/05/2016

HTML form


Enter your first name and last name, then click the button

Form example: First name:

Last name:



1/04/2016

Input field and Button


Enter your name and click the button

Username:

1/01/2016

Dropdown List




HTML code

<select id="dropdown">
      <option disabled="disabled" selected="selected" value="">Please select an option</option>
      <option value="1">Option 1</option>
      <option value="2">Option 2</option>
      <option value="3">Option 3</option>
  </select>

Visual Studio Code, WebdriverIO, JavaScript and Chrome - cucumber html test report

 Apart Allure test report  we can use Cucumber test report in html format. We will follow this instructions . 1. Install  wdio-cucumberjs-js...