refactor(nextcloud_test,nextcloud): run tests on web #2484
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
dart run dart_frog_cli:dart_frog build
(in the nc_test_api package)dart run packages/nextcloud_test_api/build/bin/server.dart
(in the nc package)dart test
As mentioned above, vm tests are fine, and all tests pass fine when run individually.