pvandervelde / Sherlock

Sherlock provides a means to schedule and automatically execute tests in an controlled virtual machine environment.
http://pvandervelde.github.io/Sherlock
Apache License 2.0
2 stars 0 forks source link

Allow removal of non-executed tests #27

Open pvandervelde opened 10 years ago

pvandervelde commented 10 years ago

In the case of regression tests via a build server it can happen that a test does not execute within the expected time. In this case it would be useful if there was a way to cancel a (non-executing) test.

pvandervelde commented 10 years ago

It should be possible to remove the tests both through the web API (via the console application) and via the management website.