Skip to content

Commit b3da120

Browse files
committed
Add GitHub database download to test plan
1 parent f994321 commit b3da120

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

19.2 KB
Loading

docs/test-plan.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,24 @@ Note that this test requires the feature flag: `codeQL.model.flowGeneration`
185185
2. Click "Generate".
186186
- Check that rows are filled out.
187187

188+
### GitHub database download
189+
190+
#### Test case 1: Download a database
191+
192+
Open a clone of the [`github/codeql`](https://github.com/github/codeql) repository as a folder.
193+
194+
1. Wait a few seconds until the CodeQL extension is fully initialized.
195+
- Check that the following prompt appears:
196+
197+
![database-download-prompt](images/github-database-download-prompt.png)
198+
199+
- If the prompt does not appear, ensure that the `codeQL.githubDatabase.download` setting is not set in workspace or user settings.
200+
201+
2. Click "Download".
202+
3. Select the "C#" and "JavaScript" databases.
203+
- Check that there are separate notifications for both downloads.
204+
- Check that both databases are added when the downloads are complete.
205+
188206
### General
189207

190208
#### Test case 1: Change to a different colour theme

0 commit comments

Comments
 (0)