-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Notebooks #96279
Labels
Milestone
Comments
github-actions
bot
added
invalid-testplan-item
testplan-item
and removed
testplan-item
invalid-testplan-item
labels
Apr 27, 2020
This was referenced Apr 28, 2020
This was referenced Apr 28, 2020
This was referenced Apr 28, 2020
@bpasero Requires a pretty recent build (since I did those features late on monday). Also make sure not to be focused a code cell but inside other notebook things |
This was referenced Apr 29, 2020
This was referenced Apr 30, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #91987
Complexity: 5
Authors: @jrieken, @misolori, @rebornix, @roblourens
Language Features
repo:microsoft/vscode label:ffff
should trigger a warningrepo:microsoft/vscode label:bug repo:microsoft/vscode-docker label:*english-please
$foo= fff label:bug
should become$foo=fff label:bug
)Drag & Drop
Test that you can drag cells by their left margin and drop them to reorder the notebook. Note these known issues: #96308
Cell language selector button
You can click it to see a list of languages supported by the notebook (in the github issues case, just "github-issue" and markdown). And you can pick a language to switch a cell from markdown-type to code-type and back.
Folding
We supported cell based folding in a notebook. The Folding regions are calculated based on the most important headers in a markdown cell (when a markdown cell has
h1
,h2
andh3
,h1
will be used then). Please testWeb
This is particularly for testers for Web platform. Running notebook in the Web is the same as running it locally. The major difference is on Desktop the outputs are rendered in Electron Webview while in Web, it's rendered in iframe. Please make sure that outputs are rendered properly.
Bash on it in general and watch out for layout issues, like cells that are the wrong height or width, covering up other cells, etc. Issues like this that have repro steps are very valuable.
The text was updated successfully, but these errors were encountered: