From b1d2bf4b9f89a4201d4475645766200361257b1d Mon Sep 17 00:00:00 2001 From: Andrey Goncharov Date: Tue, 11 Jul 2023 04:41:24 -0700 Subject: [PATCH] Add documentation for Jest E2E integration Reviewed By: lblasa Differential Revision: D47363239 fbshipit-source-id: 8bf46f1a9143e1b9f6b54961ba92c9e3846ac89a --- website/sidebars.js | 1 + website/static/img/flipper_jest_e2e_arch.svg | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 website/static/img/flipper_jest_e2e_arch.svg diff --git a/website/sidebars.js b/website/sidebars.js index b84b345cf28..56a178537e9 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -183,6 +183,7 @@ module.exports = { }, 'fb/bundling', 'fb/Navigation-Plugin-Development-Guide', + 'fb/jest-e2e-integration', { 'Releases': [ 'fb/Flipper-Release-Cycle', diff --git a/website/static/img/flipper_jest_e2e_arch.svg b/website/static/img/flipper_jest_e2e_arch.svg new file mode 100644 index 00000000000..661b0491127 --- /dev/null +++ b/website/static/img/flipper_jest_e2e_arch.svg @@ -0,0 +1,17 @@ + + + + + + + + Prod networkIntern networkParagon/OneWorld machine (iOS/Android)Jest agentidb/adbOn-demandJest masterYour laptopBrowserFlipper tabSSH tunnelWebSocket connectionWebSocket tunnel that uses ProxygenmagicFlipper proxy serverFlipperserver \ No newline at end of file