jiraTestStatusChecker.username: Your Jira username or email
jiraTestStatusChecker.password: Your Jira API token or
jiraTestStatusChecker.project: Your Jira Project Name to filter
Usage
Open your test project in VSCode
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
Type "Check Jira Deprecated Tests" and select the command
The extension will:
Connect to Jira and fetch recently deprecated tests
Search your codebase for matching test keys
Display results in a new panel
Requirements
VSCode 1.60.0 or higher
Node.js 14.0.0 or higher
Jira account with appropriate permissions
Test files containing Jira test keys
Security Note
Your Jira credentials are stored securely in VSCode's settings. However, it's recommended to use an API token instead of your password for better security.