From f7884f569883bceda14898abcdff59b23946abfc Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 13 Feb 2020 15:32:02 +0100 Subject: [PATCH] integration - mention how to debug --- test/integration/browser/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/browser/README.md b/test/integration/browser/README.md index 6140aab9acf..10a55f7de17 100644 --- a/test/integration/browser/README.md +++ b/test/integration/browser/README.md @@ -19,3 +19,7 @@ All integration tests run in an Electron instance. You can specify to run the te All integration tests run in a browser instance as specified by the command line arguments. Add the `--debug` flag to see a browser window with the tests running. + +## Debug + +All integration tests can be run and debugged from within VSCode (both Electron and Web) simply by selecting the related launch configuration and running them.