Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>qavajsNew to Visual Studio Code? Get it now.
qavajs

qavajs

qavajs

|
214 installs
| (0) | Free
qavajs test automation framework vscode extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

qavajs VSCode extension

This is an extension based on Cucumber official plugin and enables support of qavajs framework features.

Features

  • VSCode Test Explorer

Extension Settings

This extension contributes the following settings:

  • cucumber.features: gherkin files paths (array)
  • cucumber.glue: step definition file paths (array)
  • qavajs.launchCommand: qavajs launch command (default: npx qavajs run) (string)
{  
    "files.associations": {
        "*.feature": "cucumber"
    },
    "cucumber.features": [
        "features/**/*.feature"
    ],
    "cucumber.glue": [
        "node_modules/@qavajs/**/src/*.ts",
        "step_definition/*.ts"
    ],
    "qavajs.launchCommand": "npx qavajs run --config config.ts",
}

How To Use

Test Explorer

Known Issues and Limitation

  • typescript projects require installed ts-node
  • @qavajs/core > 2
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft