about summary refs log tree commit diff
path: root/__e2e__
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-10-10 15:46:27 -0700
committerGitHub <noreply@github.com>2023-10-10 15:46:27 -0700
commit0b44af38eaf6f53e7abf6c1c559ab3419e7b0bbc (patch)
tree51753833831d1e110eb0c4ab24de51e1df997e9f /__e2e__
parentaad8d12ededa49d5c69e4ddf85993425723be8dd (diff)
downloadvoidsky-0b44af38eaf6f53e7abf6c1c559ab3419e7b0bbc.tar.zst
Update testrunner to use new dev-env [WIP] (#1575)
* Update testrunner to use new dev-env

* Fix label testcase

* Vendor the dev-infra scripts from the atproto repo for the dev-env server runner

* Bump detox to fix the ios sim control issue

* Use iphone 15 pro for tests

* Ensure the reminders never trigger during tests

* Skip the shell tests due to a crash bug with detox and the drawer
Diffstat (limited to '__e2e__')
-rw-r--r--__e2e__/mock-server.ts3
-rw-r--r--__e2e__/tests/shell.test.skip.ts (renamed from __e2e__/tests/shell.test.ts)0
2 files changed, 3 insertions, 0 deletions
diff --git a/__e2e__/mock-server.ts b/__e2e__/mock-server.ts
index 6613f54d0..482df6ef6 100644
--- a/__e2e__/mock-server.ts
+++ b/__e2e__/mock-server.ts
@@ -502,6 +502,9 @@ async function main() {
               createdAt: new Date().toISOString(),
             },
           )
+
+          // flush caches
+          await server.mocker.testNet.processAll()
         }
       }
       console.log('Ready')
diff --git a/__e2e__/tests/shell.test.ts b/__e2e__/tests/shell.test.skip.ts
index 69619dd81..69619dd81 100644
--- a/__e2e__/tests/shell.test.ts
+++ b/__e2e__/tests/shell.test.skip.ts