### Discussed in https://github.com/microsoft/playwright/discussions/18873 <div type='discussions-op-text'> <sup>Originally posted by **alexbjorlig** November 17, 2022</sup> I'm trying to use playwright with a [Vite](https://vitejs.dev/) dev server. In my config I have ``` webServer: { command: 'npm run dev -- test', url: 'http://localhost:3000/', timeout: 10 * 1000, reuseExistingServer: !process.env.CI, }, ``` But it does not seem to actually work. It simply times out. </div>
Discussed in https://github.com/microsoft/playwright/discussions/18873
Originally posted by alexbjorlig November 17, 2022
I'm trying to use playwright with a Vite dev server.
In my config I have
But it does not seem to actually work. It simply times out.