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>
Apart Allure test report we can use Cucumber test report in html format. We will follow this instructions . 1. Install wdio-cucumberjs-js...
No comments:
Post a Comment