Erik
Erik
@AndreyBelym is there any way to not show `The "filter" option from the configuration file will be ignored.` on each test run? I actually do not have any `filter` parameters...
Is this repo still being maintained?
Might be a bit off-topic, but for me it's a similar case of E2E testing with multiple pages. I *am* using the page model for a better structure of my...
This is also something that I regularly noticed, I thought it was default behaviour. I am using `node v23.6.1` with JS tests, calling various functions that are nested in helpers/page...
For anyone struggling with this: `testcafe chrome --disable-features=LocalNetworkAccessChecks` works, `testcafe chrome --disable-features=LocalNetworkAccessCheck` does not work