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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Currently there is no global timeout for a test run. Add a
--timeoutflag (in seconds) that hard-stops the run if exceeded.Default: 300s
Requirements:
ghostqa runExample:
This is a good starter issue — the CLI argument parsing is in
ghostqa/cli.pyand the run loop is inghostqa/runner.py.