feat: Browser profile testing & login-free workflow support — backend (#SKY-8012) (#4818)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Celal Zamanoğlu
2026-02-20 02:23:32 +03:00
committed by GitHub
parent f8f9d2a17f
commit 4adaf8dd53
8 changed files with 1287 additions and 5 deletions

View File

@@ -365,6 +365,7 @@ class BlockStatus(StrEnum):
terminated = "terminated"
canceled = "canceled"
timed_out = "timed_out"
skipped = "skipped"
@dataclass(frozen=True)