⚡ SparkTest
Back

Test Executors

📮Postman/Newman
Run Postman collections using Newman

Image:

postman/newman:latest

File Types:

.json

Default Command:

newman run
k6 Performance
Load testing with k6

Image:

grafana/k6:latest

File Types:

.js

Default Command:

k6 run
🌲Cypress E2E
End-to-end testing with Cypress

Image:

cypress/included:latest

File Types:

.spec.js
.spec.ts

Default Command:

cypress run
🎭Playwright
Cross-browser testing with Playwright

Image:

mcr.microsoft.com/playwright:latest

File Types:

.spec.js
.spec.ts

Default Command:

npx playwright test
🃏Jest Unit Tests
JavaScript unit testing with Jest

Image:

node:18-alpine

File Types:

.test.js
.test.ts

Default Command:

npm test
🐍PyTest
Python testing with PyTest

Image:

python:3.11-alpine

File Types:

.py

Default Command:

pytest
🌐cURL/HTTP
Simple HTTP API testing

Image:

curlimages/curl:latest

File Types:

.sh

Default Command:

curl
🔧Custom Container
Use any custom Docker image

Image:

File Types:

*

Default Command: