Open
Description
Version
1.52.0
Steps to reproduce
Context:
Playwright Version: [1.52.0]
Operating System: [Linux]
Browser: [e.g. All, Chromium, Firefox]
Extra: [any specific details about your environment]
Code Snippet
Below is the docker code I am running on my agent to start PlayWright tests.
test:
image: mcr.microsoft.com/playwright:v1.52.0
volumes:
- .:/app
- ./playwright-report:/app/playwright-report
working_dir: /app
environment:
- TEST_PATH
command: ./run_playwright.sh
Scipt:
#!/bin/bash
set -e
npm ci
npx playwright test $TEST_PATH --output=playwright-report || true
Expected behavior
Tests are passing locally., should work in BuildKite also.
Actual behavior
I am getting timeout errors for all tests in BuildKite.
I have tried increasing timeout but doesn't work. Please advise.
`
Additional context
No response
Environment
Stuck in agent with
Need to install the following packages:
[email protected]
Ok to proceed? (y)
Metadata
Metadata
Assignees
Labels
No labels