This repository is windows only as it uses the .exe
ChromeDriver.
npm install
npm test
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