dalekjs / skaro

[unmaintained] playground for new DalekJS API
8 stars 0 forks source link

create ServicePlugin infrastructure #19

Open rodneyrehm opened 9 years ago

rodneyrehm commented 9 years ago

We need a ServicePlugin to hook into Dalek.start(), Dalek.stop() and Dalek.kill() lifecycle-phases to transparently fire up services used by the test (web server, proxy, video capture, …)

Would this also require hooks for suiteStarted, unitEnded, … possibly even browser url changed?