New route to stop all running/pending tests for a given work

This commit is contained in:
nemunaire 2023-03-05 18:16:38 +01:00
commit bcf76a2c86
4 changed files with 90 additions and 0 deletions

View file

@ -79,6 +79,13 @@
<i class="bi bi-play"></i>
{/if}
</button>
<button
class="btn btn-sm btn-danger mr-1"
title="Arrêter tous les tests en cours"
on:click={() => w.stopTests()}
>
<i class="bi bi-stop"></i>
</button>
</div>
</div>