integration - mention how to debug
parent
55d1af3e68
commit
f7884f5698
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue