Skip to content

Commit e0b2aa9

Browse files
committed
Update docs for running cli-integration tests
1 parent 10b4c15 commit e0b2aa9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ Running from a terminal, you _must_ set the `TEST_CODEQL_PATH` variable to point
9595

9696
### Running the integration tests
9797

98-
The _Launch Integration Tests - With CLI_ tests require a CLI instance in order to run. There are several environment variables you can use to configure this.
98+
You will need to run CLI tests using a task from inside of VS Code called _Launch Integration Tests - With CLI_.
9999

100-
From inside of VSCode, open the `launch.json` file and in the _Launch Integration Tests - With CLI_ uncomment and change the environment variables appropriate for your purpose.
100+
The CLI integration tests require the CodeQL standard libraries in order to run so you will need to clone a local copy of the `github/codeql` repository.
101+
102+
From inside of VSCode, open the `launch.json` file and in the _Launch Integration Tests - With CLI_ task, uncomment the `"${workspaceRoot}/../codeql"` line. If necessary, replace value with a path to your checkout, and then run the task.
101103

102104
## Releasing (write access required)
103105

0 commit comments

Comments
 (0)