rarebreed / quartermaster

0 stars 0 forks source link

Figure out how to run quartermaster tests in automation #13

Open rarebreed opened 7 years ago

rarebreed commented 7 years ago

Right now, the way to run the tests is to point the browser to https://hostname:9090/quartermaster-test/SpecRunner

So the question remains how to do this automatically. Jenkins could run a selenium test to open the browser. I can also investigate the karma-runner project to see what it does.