mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Add notebook smoketests
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
"mocha": "^2.3.3"
|
||||
},
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "vscode-notebook-tests.createNewNotebook",
|
||||
"title": "Create New Notebook"
|
||||
}
|
||||
],
|
||||
"notebookProvider": [
|
||||
{
|
||||
"viewType": "notebookCoreTest",
|
||||
@@ -37,6 +43,16 @@
|
||||
"excludeFileNamePattern": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"viewType": "notebookSmokeTest",
|
||||
"displayName": "Notebook Smoke Test",
|
||||
"selector": [
|
||||
{
|
||||
"filenamePattern": "*.smoke-nb",
|
||||
"excludeFileNamePattern": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user