Implement graceful shutdown handling in CLI; add cleanup logic to TestRunner and Executor for improved resource management during termination. Update sleep durations in step1.test for consistency.

This commit is contained in:
seb
2025-07-19 08:49:35 +02:00
parent 140852be07
commit 85537b26bf
6 changed files with 395 additions and 19 deletions

View File

@@ -62,12 +62,12 @@ sleep 100 "stadt fill"
wait element=textarea name="note"
scroll element=textarea name="note"
fill element=textarea name="note" value="Musteranmerkung"
sleep 1000000 "note fill"
sleep 100 "note fill"
scroll element=button childText="Bestellung abschließen"
wait element=label childText="Bestimmungen"
click element=label childText="Bestimmungen"
sleep 100 "checkbox checked"
wait element=button childText="Bestellung abschließen"
click element=button childText="Bestellung abschließen"
sleep 300000 "order completion"
sleep 3000 "order completion"