What changes between version 14.2.4 and 14.2.5 ? - Playwright Hot Reload issues since uodate
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
I've playwright tests which fakes login (mocks keycloak oauth2 endpoints) into my application with
After that the beforeAll loop waits for the main page. Then the test starts .
In next 14.2.4 everything is fine, but since I tried to update to 14.2.5 (or higher) my playwright tests does not work anymore.
Mostly they show HotReload problems (see attachment):
The error log seems not to help. I've no idea how to fix the issue and the old 14.2.4 version still have a security issue which I want to prevent.
Maybe somebody of you has an idea which change could cause this problem.
T
oidc-client-ts.After that the beforeAll loop waits for the main page. Then the test starts .
In next 14.2.4 everything is fine, but since I tried to update to 14.2.5 (or higher) my playwright tests does not work anymore.
Mostly they show HotReload problems (see attachment):
The error log seems not to help. I've no idea how to fix the issue and the old 14.2.4 version still have a security issue which I want to prevent.
Maybe somebody of you has an idea which change could cause this problem.
T