To use electron-tape, you create two test files: one for the main thread, and one for the ui thread.
Both files will be loaded and run simultaneously. The test results will be output in the logs of their respective threads. Both threads will remain open so you can check the results.
To run the tests, call electron --v=-1 <main-thread-testfile>.