Mathieu 'p01' Henri
Mathieu 'p01' Henri
A partner team is onboarding to Playwright 1.19, I recommended to `use: { "trace": "retain-on-failure", "video": "retain-on-failure", }` but strangely they only get traces. No video at all.
Thanks. One simple and short ( 2 bytes ) way to work around the problem is to switch from directional to steering controls so that only the ← and →...
Here's a very simple and robust solution to set the Time/Date in your tests: ```typescript // Pick the new/fake "now" for you test pages. const fakeNow = new Date("March 14...
What are your scenarios related to Time/Date ? The scenarios I was dealing with were: showing **absolute and relative dates/times**. I didn't need to "stop" or slow down time. The...
@DerGernTod from what you describe, I think the [code snippet I posted above](#issuecomment-1085850728) would work. It's very light weight and simply allows to se the current Date, time to what...
`performance.now()` returns a timestamp starting from the life cycle of the current page, so unless you need to "stop" time, there is no need to "emulate" or modify it and...
> > Here's a very simple and robust solution to set the Time/Date in your tests: > > ```ts > > // Pick the new/fake "now" for you test pages....
@pavelfeldman , @mxschmitt mask have a solid color. This works great in many scenarios, but if the bounding box of the masked elements changes between the golden and candidate screenshot,...
Code coverage of the final bundles would be quite useful to know how much ground the E2E tests cover and to assess whether a new test add sufficient value compared...
This is on our roadmap. Can't promise an ETA though.