Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Integration tests to create for the extension

Open
#676 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript, vscode
Domain
devtools, testing

Research direction

Start by reviewing #645, the continuation of #642, and the linked discussion in pull request #694 to understand the integration-test support and intended query behavior. Work through the unchecked cases in this issue, covering AST Viewer, queries, DIL, logs, database management, and compare queries; done means the listed scenarios run reliably and display the expected results.

Written by the indexing model from the issue text.

Description

enhancement VSCode

Once #645, we will have the option of adding integration tests to the extension. This issue will keep a list of all the integration tests we want to create. And over time, we will implement all:

  • AST Viewer works and displays some results
  • Run Queries
  • View DIL
  • View Logs
  • databases
    • Add from folder
    • Add from archive
    • Add from LGTM
    • Add from URL
    • Remove from folder
    • Remove from archive
    • Remove from LGTM
    • Remove from URL
    • Also, test that the language is correctly guessed
  • Compare queries shows some results

This is a continuation of #642.

Dominant language
TypeScript
Stars
539
Forks
240
Avg merge
2d 6h
Merged PRs (30d)
29

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/vscode-codeql

All issues in github/vscode-codeql

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.