You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the code of page objects and fragments to be automatically refreshed after any changes are made to these files.
What do you get instead?
Watcher sees changes in the files listed in include in codecept.conf.js and the frontend notifies me about it via socket. But the files listed in include are not reloaded, only the test files are reloaded.
And I don't refer to the visual part that is displayed in the browser, it's not so important, I mean that when I run the test again, my PageObject is not updated.
What are you trying to achieve?
I want the code of page objects and fragments to be automatically refreshed after any changes are made to these files.
What do you get instead?
Watcher sees changes in the files listed in
include
incodecept.conf.js
and the frontend notifies me about it via socket. But the files listed in include are not reloaded, only the test files are reloaded.And I don't refer to the visual part that is displayed in the browser, it's not so important, I mean that when I run the test again, my PageObject is not updated.
Environment info
@codeceptjs/ui verison
is1.2.0
When I click "Run" after this message appears, the old code is used. Reloading the page helps.
The text was updated successfully, but these errors were encountered: