Web - run smoke tests using playwright#89918
Conversation
|
@Tyriar one thing I could not figure out: after the test finishes, the server instance seem to hang around and as such I cannot run the same test again because the port 9888 is blocked. I see there is code in place to kill the server but that does not seem to work? Curious if you noticed that as well. |
|
@Tyriar nevermind my question, I figured out how to configure the server so that it would automatically close when the connection closes. It works fine now. |
|
I think this is good for a review. Follow up work:
|
|
Pushed a fix for Windows. |
|
@Tyriar they seem to work fine for me on Windows with latest commits in this PR. Did you run " |
|
@Tyriar the test is flaky, I doubt this is related to playwright. We should fix flaky tests as a follow up, this is a team efford we are doing this milestone. |


This replaces puppeteer with playwright and adds support for
--browser <chromium|firefox|safari>