Closed syamsudotdev closed 6 months ago
This PR resolves #1268
npm run test
monika.yml
probes: - id: 'Example' requests: - url: https://httpbin.org/redirect/3 timeout: 60000 interval: 5 incidentThreshold: 1 recoveryThreshold: 1 alerts: - assertion: response.time >= 60000 message: HTTP response time is {{ response.time }}, expecting 10000
npm run start -- --native-fetch -c monika.yml -r 1
Monika Pull Request (PR)
This PR resolves #1268
What feature/issue does this PR add
How did you implement / how did you fix it
How to test
npm run test
monika.yml
config file belownpm run start -- --native-fetch -c monika.yml -r 1