Skip to content

Commit 5378f1a

Browse files
committed
Merge remote-tracking branch 'origin/main' into koesie10/modeled-method-union
2 parents ab67060 + b47c561 commit 5378f1a

File tree

56 files changed

+2236
-414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2236
-414
lines changed

docs/test-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
151151
2. Open the Model Editor with the "CodeQL: Open CodeQL Model Editor" command from the command palette.
152152
- Check that the editor loads and shows methods to model.
153153
- Check that methods are grouped per library (e.g. `[email protected]` or `[email protected]`)
154-
- Check that the "Open database" link works.
154+
- Check that the "Open source" link works.
155155
- Check that the 'View' button works and the Method Usage panel highlight the correct method and usage
156156
- Check that the Method Modeling panel shows the correct method and modeling state
157157

@@ -164,7 +164,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
164164
3. Click "Open extension pack"
165165
- Check that the file explorer opens a directory with a "models" directory
166166
4. Open the ".model.yml" file corresponding to the library that was changed.
167-
- Check that the file contrains the entries that was modeled.
167+
- Check that the file contains entries for the methods that were modeled.
168168

169169
#### Test Case 3: Model with AI
170170

docs/testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pre-requisites:
2727
Then, from the `extensions/ql-vscode` directory, use the appropriate command to run the tests:
2828

2929
* Unit tests: `npm run test:unit`
30-
* View Tests: `npm test:view`
30+
* View Tests: `npm run test:view`
3131
* VSCode integration tests: `npm run test:vscode-integration`
3232

3333
#### Running CLI integration tests from the terminal
@@ -48,8 +48,8 @@ Alternatively, you can run the tests inside of VSCode. There are several VSCode
4848

4949
You will need to run tests using a task from inside of VS Code, under the "Run and Debug" view:
5050

51-
* Unit tests: run the _Launch Unit Tests - React_ task
52-
* View Tests: run the _Launch Unit Tests_ task
51+
* Unit tests: run the _Launch Unit Tests_ task
52+
* View Tests: run the _Launch Unit Tests - React_ task
5353
* VSCode integration tests: run the _Launch Unit Tests - No Workspace_ and _Launch Unit Tests - Minimal Workspace_ tasks
5454

5555
#### Running CLI integration tests from VSCode

0 commit comments

Comments
 (0)