Vaas

Results 6 comments of Vaas

Thanks @rwoll for taking a look. Here's a [sample repo](https://github.com/VaasRamsay/cra-pw-comp-tests-sample) with Playwright component tests added. I'm setting up the proxy function [here ](https://github.com/VaasRamsay/cra-pw-comp-tests-sample/blob/7e3bc400bea06371ad5337600dcc8b2ef33f273f/src/components/Navigation/Navigation.spec.tsx#L11-L28) in the test beforeEach hook and forwarding...

Great, thanks @rwoll! Your example works fine with the latest update. I can use the hooks to setup the server before tests. However, is it possible to modify the mocks...

@pavelfeldman PTAL https://github.com/microsoft/playwright/pull/16706

Any rough plans for the remaining items in the list?

@DavertMik Any thought on this? I can see that this can be achieved by `nodemon` or similar tools but it would mean the `init` and `loadTests` would be done over...