Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick Node SpecNew to Visual Studio Code? Get it now.
Quick Node Spec

Quick Node Spec

Lucca Flower

|
289 installs
| (0) | Free
Create test specifications with a simple command
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quick Node Spec README

Simple command that creates a test specification file from a template.

quick-node-spec-demo

When the command is run, the extention will create a new file in the specified folder, and open that file in a new view column next to the currently open file.

Configuration

This extension can be configured with the following settings:

Name Description Default
quick-node-spec.testFolder Test specifications are saved to this folder. ${workspaceFolder}/test
quick-node-spec.javascript.template Template to use for the test specification mocha-chai-bdd
quick-node-spec.javascript.ext File extention to append to the test specification file .spec.js
quick-node-spec.typescript.template Template to use for the test specification mocha-chai-bdd
quick-node-spec.typescript.ext File extention to append to the test specification file .spec.ts
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft