Skip to content

This project is implementation of WebdriverIO Framework using NodeJs for testing demo of flixbus web app.

Notifications You must be signed in to change notification settings

robinch93/WebdriverIO-NodeJs

Repository files navigation

WebdriverIO-JavaScript

Implementation of WebdriverIO automation test framework using nodejs. Chai library used for assertions.

Setup

  • git clone https://github.com/robinch93/WebdriverIO-JavaScript.git

Run on Local

  1. Download Node.js
  2. npm install
  3. make search-test-local
  4. make checkout-test-local

Run on Docker

  1. Download Docker
  2. make search-test-docker
  3. make checkout-test-docker

Run On Jenkins

  • Run docker-compose up -d
  • Access Jenkins instance at: http://localhost:8085
  • Use admin as username and admin as password for login.
  • Click on the job webdriverio-test
  • Click on Build Now button to trigger the job build.

About

This project is implementation of WebdriverIO Framework using NodeJs for testing demo of flixbus web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published