Skip to content

sauravsantosh/webinar-automated-integration-tests

Repository files navigation

Integration Testing

Quick Start

This repository is windows only as it uses the .exe ChromeDriver.

npm install
npm test

What's Happening

Using WebdriverIO, the test script

  • Reads the config file
  • The onPrepare call hosts the app locally & starts Chromedriver.exe
  • In place of the Chrome binary, RunOpenFin.bat is called to pass the remote-debugging-port to the OpenFin runtime
  • The hello world test runs
  • After the test runs, .close() is called on the app

About

Fully automate your integration testing suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published