CI/CD Integration
Integrate mockpoint into your continuous integration pipeline.
⚠️ License Required
CI mode (
--ci) requires a Team, Pro, or Enterprise license. See .GitHub Actions Example
yaml
# Example GitHub Actions workflow
- name: OCPP Regression Test
run: mockpoint run scenarios/ci-test.yaml --ci --output test-results.xml
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: test-results
path: test-results.xmlJSON Logging (Optional)
For machine-readable logs alongside CI mode:
bash
mockpoint run scenarios/ci-test.yaml --ci --json --output test-results.xmlRelated Topics
Was this page helpful?