- NodeJS
- Start function app (see ../README.md for instructions)
Install selenium drivers (choco install selenium-all-drivers)
OR
docker-compose up -d
npm install
npm test
// .usingServer("http://localhost:4444/wd/hub") // Docker only
```