Tools: Protractor 4.0.5, Jasmine 2.5.1, Windows 10
So currently I had tried to set up simple batch files that
- Started selenium server
- Launched a protractor config with a full test suite parameter
- Launched a second protractor config with different full test suites on a different website
- Killed the server
With those batch files I just set up a windows scheduled task to kick them off at specific times during the night. This sort of worked, but it only seemed to work while I was physically watching it happen and any time I left it over night it resulted with odd process codes such as (0x1) or (0x64) and no reports were ever generated for the tests as they should have been.
Is there a better/easier/more stable way of doing this? I know of Grunt and I know of Jenkins, so if those are your recommendations, would you be able to point me to solid resources that explain how to get it up and running using those tools? I am not familiar by any means with them.