tari-project / tari-dan

BSD 3-Clause "New" or "Revised" License
5 stars 14 forks source link

fix(cucumber): update and exit process on ctrl+c #1026

Closed sdbondi closed 2 months ago

sdbondi commented 2 months ago

Description

fix(cucumber): update and exit process on ctrl+c

Motivation and Context

Cucumbers would continue running after ctrl+c is pressed, requiring the user to find the PID and manually kill the process. This PR explicitly handles ctrl+c and ends the process.

Cucumber updated to 0.21. No code changes needed for the update.

How Has This Been Tested?

Ctrl+c while cucumbers are running

What process can a PR reviewer use to test or verify this change?

As above

Breaking Changes

github-actions[bot] commented 2 months ago

Test Results (CI)

532 tests  ±0   532 :white_check_mark: ±0   1h 59m 38s :stopwatch: + 25m 28s  62 suites ±0     0 :zzz: ±0    2 files   ±0     0 :x: ±0 

Results for commit f0ff9cc8. ± Comparison against base commit 9474a26b.

:recycle: This comment has been updated with latest results.