Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit * Documenting guidelines for testing & refactoring accordingly (realm#4584) * Fixed types of openRealm * Adding documentation on the hooks * Apply suggestions from code review * Test Migration: Alias tests (realm#4581) * Migrate alias tests * Refactor to follow new test guidelines * Remove alias-tests from legacy test spec * Add migration tests (realm#5285) * Migrate set tests to integration tests (realm#5290) * Move list tests to ts (realm#5287) * move app tests to typescript (realm#5297) * remove mistakenly added duplicates of apps * Test Migration: Results Tests (realm#5325) * move mixed tests to integration tests (realm#5256) * Move array-buffer tests to integration tests (realm#5255) * use correct baseurl for tests (realm#5337) * migrate dictionary tests to ts (realm#5254) * move linking-objects tests to ts (realm#5268) * Test Migration: User Tests (realm#5324) * Test Migration: Queries test (realm#5299) * Test Migration: Notification Tests (realm#5347) * Add a debug launcher for integration tests * Fix the mongo client tests for local baas * fix queries test, make test errors more verbose * Remove Chrome Debugger and fix package-lock problems (realm#5403) * Pushed Chrome Debugger Removal with Lint errors (realm#5414) * fix the errors * Andrew/tests/fix-watch (realm#5412) * Initial commit * Fix watch for React Native * Remove lock files * Migrate object-tests to TS (realm#5348) * test migration: open-behaviour (realm#5365) * test migration: mixed-sync-test (realm#5398) * migrate encryption tests to TS (realm#5362) * migrate sync-based UUID, Dictionary and Set tests (realm#5356) * migrate realm tests to TS (realm#5352) there are additions to other files as well such as bson.ts, that is because the old realm.js file had som tests that made more sense elsewhere, so I've moved such tests into other fields where I thought it made more sense * migrate partition-values tests to TS (realm#5359) * test migration: session tests (realm#5391) * Fix issues with migrated integration tests, add select helper method. (realm#5429) * Refactored the importApp hook * Remove BSON as a dependency from tests * Fixed import app hook 🤞 * Renamed "BackingDB" to "mongodb" * Throw on app import errors * Delete the app on failure to import * Added bundled Realm to iOS app * Updating Gemfile.lock after RN update * Increase test timeouts * fix remainder of failing integration tests (realm#5451) * Cleanup tests and move test-runners into install-tests * Small Fixes for Stability and Cleanup * path tests now put realms in a testFiles folder which has been added to .gitignore * path tests now delete the realms when finished * increased the longTimeout to 30 seconds as some of the migrated tests can take this long * added more `this.longTimeout` calls where appropriate * added `mongodb-realm` directory to .gitignore, which contains app configuration when importing apps * Delete dependants of `tests` and any unused files * Andrew/app-importer/rules (realm#5478) * Fix for applying the default rules to BaaS * Remove any other rules and apply a general rule that allows everything * Change the app importer to update the default rule * Also fix it for realm-web * Fix web tests and apply PR feedback * Update docker image for BaaS in web tests * `realm-web` importing http service fixed (realm#5483) * Use the "default_rule" only for mongodb services * Ensure download assisted_agg in baas test server * Fix a broken test from upgrading baas
- Loading branch information