I am wondering how I can run a protractor test as a script and not as a child process or from a task runner such as grunt and gulp. I am wanting to run the test suits in ord
const Launcher = require("protractor/built/launcher"); Launcher.init('path/to/conf');