-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture screenshots when fixtures fail; handle "detecting kernels" du…
…ring notebook open (#4193) Two fixes: * Screenshot the application if the Python or R startup fixture fails. This has happened recently in cases where the test cannot detect "started" in the console to know when to move forward. We need to get a look at the full app when this happens to debug further. * Allow the notebook startup process to show "Detecting kernels" in kernel selector. This has rarely happened, but we should be able to handle it by waiting for "Select Kernel" or the valid kernel name when "Detecting kernels" shows up. Previously we only expected a valid kernel or "Select Kernel" ### QA Notes All smoke tests should pass. If a startup fixture randomly fails to detect "started" kernel, screenshot the application before exit.
- Loading branch information
1 parent
00e4708
commit 3604ed6
Showing
3 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters