Back
Test Executors
📮Postman/Newman
Run Postman collections using Newman
Image:
postman/newman:latestFile Types:
.json
Default Command:
newman run⚡k6 Performance
Load testing with k6
Image:
grafana/k6:latestFile Types:
.js
Default Command:
k6 run🌲Cypress E2E
End-to-end testing with Cypress
Image:
cypress/included:latestFile Types:
.spec.js
.spec.ts
Default Command:
cypress run🎭Playwright
Cross-browser testing with Playwright
Image:
mcr.microsoft.com/playwright:latestFile Types:
.spec.js
.spec.ts
Default Command:
npx playwright test🃏Jest Unit Tests
JavaScript unit testing with Jest
Image:
node:18-alpineFile Types:
.test.js
.test.ts
Default Command:
npm test🐍PyTest
Python testing with PyTest
Image:
python:3.11-alpineFile Types:
.py
Default Command:
pytest🌐cURL/HTTP
Simple HTTP API testing
Image:
curlimages/curl:latestFile Types:
.sh
Default Command:
curl