nextcloud / neon

A framework for building convergent cross-platform Nextcloud clients using Flutter.
Other
129 stars 31 forks source link

refactor(nextcloud_test,nextcloud): run tests on web #2484

Open Leptopoda opened 2 months ago

Leptopoda commented 2 months ago

Web tests are still a bit flaky when run together, and I didn't set up the test yet (my bash skills are terrible). Some initial feedback is appreciated, as I don't expect much to change.

To test it yourself:

As mentioned above, vm tests are fine, and all tests pass fine when run individually.

Leptopoda commented 2 months ago

I also have a branch using a hybrid test, but that requires spawning a separate docker container for every test case.

provokateurin commented 1 month ago

Doesn't need to be on any milestone since it only affects tests