Skip to content

Fix Playwright hello-world-task test for UUID job IDs#1676

Merged
aliasaria merged 2 commits intomainfrom
fix/playwright-uuid-job-id
Mar 27, 2026
Merged

Fix Playwright hello-world-task test for UUID job IDs#1676
aliasaria merged 2 commits intomainfrom
fix/playwright-uuid-job-id

Conversation

@aliasaria
Copy link
Copy Markdown
Member

Summary

  • Fixed hello-world-task.spec.ts regex from (\d+) to (\S+) to match UUID job IDs instead of only numeric ones
  • Made the experiment name in the provider_logs API URL dynamic instead of hardcoding "alpha"
  • Clarified Docker container requirement in AGENTS.md Playwright docs

Test plan

  • Ran full Playwright suite against Docker test container: 11 passed, 1 skipped (Ollama test, expected)

The job ID regex used (\d+) which only matches numeric IDs, but job IDs
are now UUIDs. Changed to (\S+) to match any non-whitespace ID format.
Also made the experiment name dynamic instead of hardcoding "alpha", and
clarified Docker container requirement in AGENTS.md.
dev.py is faster for iteration, Docker is more self-contained.
@aliasaria aliasaria merged commit 706da63 into main Mar 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants