Skip to content
Snippets Groups Projects
Commit 13dea6f7 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Added timeout to webserver spawned by Playwright during execution of examples:react-vite example

parent 7794caf8
No related branches found
No related tags found
1 merge request!297Supplemented Python example pyproject.toml dependencies & poetry.lock
Pipeline #118758 failed
......@@ -10,6 +10,9 @@ export default defineConfig({
],
// Run your local dev server before starting the tests
webServer: {
command: 'npm run dev'
command: 'npm run dev',
"url": "http://localhost:5173",
"timeout": 120 * 1000,
"reuseExistingServer": false
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment