EXTENSIONS
Performance Testing
Overview
Reuse your Karate features as load tests with Gatling integration for comprehensive performance testing.
Gatling Integration
import com.intuit.karate.gatling.PreDef._
val protocol = karateProtocol()
val loadTest = scenario("Load Test").exec(karateFeature("classpath:load-test.feature"))
```gherkin
## Performance Configuration
```gherkin
* configure driver = { type: 'chrome', headless: true }
* configure retry = { count: 3, interval: 1000 }
```gherkin
More content coming soon...