FrEaKmAn
FrEaKmAn
On my side if I use Firefox, I don't get this annoying "Enable cookies" message, but it still redirects to initial default view.
I think you need to wrap second suite inside first one as described in Nested tests - https://gemini-testing.github.io/doc/tests.html#nested-suites to be able to access stored localStorage
Great. So with this we would get the confirmation that data was stored? or something still can go wrong between bigqueue and cassandra?
I have similar problem when exporting. I think it's problem with huge load and not having enough memory...
I don't think so, but you could provide a list of all metrics. I saw the #207 issue. I think solr search plugin resolves/will resolve this problem.
Solr is great for this kind of things, especially when you have a large number of metrics and tags. Yes, I agree that it's another moving part. But on the...
Yes, same problem here. Super annoying
@brycekahle Strange, it fails on the CI but all tests pass locally. Is there additional setting to run tests locally? Could you please check the pull request and let me...
Yes, I apologize for late reply. We also use SockJS client on nodejs level while communicating with API. API requires additional headers for websocket.
Others are solving the issue by adding ``` "emitDecoratorMetadata": true, "esModuleInterop": true, ``` to tsconfig.spec.json, but this doesn't solve the issue for me. It's a huge blocker on our side.