Darko

Results 14 comments of Darko

I also have this error. Thanks @danniph for pointing me in the right direction – I renamed my prototype and moved to ~/Documents so that it's out of path containing...

I'm having this issue all of a sudden too. Now it won't accept `new Date().toISOString()`, basic strings or FB ID's. Has anyone found a solution?

But the README says ``` install.packages("notifier") ``` Which is failing with the error message: ``` > install.packages("notifier") Warning in install.packages : package ‘notifier’ is not available (for R version 4.0.2)...

Hi @Pondorasti. We have released [support for Playwright Test traces](https://www.checklyhq.com/docs/browser-checks/playwright-test/#viewing-trace-files) recently. Any time a check fails, you'll have the trace and video on the check run results page. On the...

Maybe more importantly, in 2023 we will be working on support for custom metrics. The`performance` API is one possible route we might take, but there's no clear spec or ETA...

I'm facing this too with Next 13. Plain CSS would be a good workaround – Tailwind classes even better in my case.

@felixsafegraph @infn8 Hi there, just heads up that we've started working on the first iteration of Playwright Test support at Checkly. While that's not directly addressing visual comparisons as suggested...

Thanks for posting @malteml, this makes sense. We'll keep that in mind as we improve the check creation workflows. No ETAs at this point, but I'll update the ticket here...

Hi @mjpoo thanks for posting. Outside of Checkly, what's your current a11y testing setup? Do you use `axe-playwright`?