You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/integration/browser/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,7 @@ All integration tests run in an Electron instance. You can specify to run the te
19
19
All integration tests run in a browser instance as specified by the command line arguments.
20
20
21
21
Add the `--debug` flag to see a browser window with the tests running.
22
+
23
+
## Debug
24
+
25
+
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.
0 commit comments