Great news: It's really easy to create a customized web app for kicking off SeleniumBase jobs using NodeJS. This tutorial will walk you through all the steps that you need. (I'll assume that you've already installed SeleniumBase by following the instructions from the top-level ReadMe file.)
- Navigate to https://nodejs.org/en/
- Click to download and install NodeJS
npm install -g expressnpm install(You should see a node_modules folder appear in your node_js folder.)
node server.js(You can always stop the server by using CTRL-C.)
- Navigate to http://127.0.0.1:3000/
Click on one of the buttons to run a SeleniumBase example test
Congratulations! You now have a web app for kicking off SeleniumBase tests! NodeJS makes it easy!