Skip to content

sridharbandi/Selenium-WebdriverIO-Template

Repository files navigation

Selenium WebdriverIO Template with Page Object Model

How to use?

Create the Page Objects of your Web application under pageobjects package, call those Page Objects in WebdriverIO tests under tests package (Sample Page Objects, testcase included in this template)

How to run?

To install the dependencies issue the below commands in project root directory

npm install

To run the tests issue the below command

npm test

By default it runs in Chrome browser, you can specify which browser to use as well

npm test wdio.firefox.conf.js

Browsers added in this template are

  • chrome
  • firefox

Feel free to modify it to your own needs :)

About

Selenium WebdriverIO Example Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published