From d49b93dc7e77962c143e4798344c8e35ab8a637e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 13 May 2024 08:43:13 -0700 Subject: Replace e2e tests with Maestro (#3983) * Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro --- __e2e__/setupServer.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 __e2e__/setupServer.js (limited to '__e2e__/setupServer.js') diff --git a/__e2e__/setupServer.js b/__e2e__/setupServer.js new file mode 100644 index 000000000..7b1fb9574 --- /dev/null +++ b/__e2e__/setupServer.js @@ -0,0 +1,5 @@ +// eslint-disable-next-line +http.post('http://localhost:1986/' + SERVER_PATH, { + headers: {'Content-Type': 'text/plain'}, + body: '', +}) -- cgit 1.4.1