Closed
Description
openedon Mar 23, 2023
npm init playwright test2303
- cd test2303
- Add this to your config
webServer: {
command: 'sleep 43434',
port: 8080,
},
npx http-server .
in some other directory to start a servernpx playwright test --ui
Expected: I see an error that the webServer has failed to launch since the port is in use
Actual: Exit code 1 without any error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment