Jonas Sander

Results 76 comments of Jonas Sander

Is there an easy way for users to see all the files they uploaded with size? I think a good chunk of our users might be over the storage limit...

> > Is there an easy way for users to see all the files they uploaded with size? I think a good chunk of our users might be over the...

> > would it even be smart to make the max storage space a "global"? > > What do you mean with global? Storing the max storage space in the...

> > but why couldn't we just sync the bytes used to Firestore, so we can access it from the security rules? > > Because you have then the issue...

> `expect(someList, hasLength(3) & (contains(1) | contains(2)) & ~contains(4));` That looks nice. The only thing I dislike a bit is the `~` Operator because for me it's non-obvious that it...

Running my tests (don't use any `$.native` functionality) doesn't work for me, this might be because we assume that `clearPackageData` is `true` in our tests. I'll need to investigate further....

Generally I think this is a very important feature as otherwise one would have to write the same tests using `patrol` and then via the stock `integration_test` package to do...

> @Jonas-Sander hi , does it mean you can run **integration test** on `--headless mode` not in `--no-headless mode` ? > > on my end it's open a browser to...