Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>karate-kidNew to Visual Studio Code? Get it now.
karate-kid

karate-kid

Jhon Martin Peña Silva - OpenStrategy

| (0) | Free
Execute Karate scenarios with clickable buttons in gutter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Karate Kid

Icon

Execute Karate scenarios with clickable buttons in VS Code. Basic implementation that eliminates the need for the following Maven command

mvn test -Dtest=TestRunner -Dkarate.options='classpath:FEATURE/featurefile.feature --name "^Scenario"'

Features

  • Run individual scenarios with one click
  • Run entire feature files
  • Supports both Maven and standalone Karate JAR
  • Visual feedback with progress notifications

Configuration

  1. Open VS Code Settings
  2. Search for "Karate Kid"
  3. Configure:
    • karateKid.karateJarPath: Path to Karate JAR file
    • karateKid.javaPath: Path to Java executable (default: "java")

plugin

Usage

Do you need create a Class TestRunner.java. make sure you have applied the settings

alt text

Open any .feature file and click the run buttons that appear in line.

execution

Requirements

  • Java 8 or higher
  • Karate JAR 1.5 or higher or Maven project with Karate dependencies

pom

Test the Plugin

code --extensionDevelopmentPath=$(pwd)

Autor

Jhon Martin Peña SIlva www.linkedin.com/in/jhon-martin-peña-silva-3b2aaba5

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft