You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added graceful shutdown [#69]
When canceling execution of goat, i.e. with Ctrl+C, goat will skip all subsequent test cases after finishing the currently running one and will still continue on executing teardown steps. This ensures integrity and consistency of your test setup, even when canceling the current execution.
Minor Changes and Bug Fixes
--retry-failed now uses absolute paths so that it can be executed in any directory.
Fixed a bug that prevented executing Goatfiles via absolute paths.