Keploy Console ๐โ
Pre-requisite ๐โ
Ensure you have installed keploy enterprise.
Run Tests Locally โ๏ธโ
Before starting the console, run test cases locally.
keploy test -c "<CMD_TO_RUN_APP>"
Let's see what broke and fix it.
Start Keploy Console ๐โ
- To visualise and edit test-cases basis on test-results, start the console.
keploy console
-
Select your application on keploy cloud and navigate to the latest test-report.
-
Select the latest test report to make edits.
Test Report Operations ๐ ๏ธโ
Edit test-cases locally using keploy console.
- ๐ง Mark Noise Fields
- ๐ Update Expected Test-Results
- ๐ซ Ignore Tests
- โป๏ธ Re-Record Test Suite
- ๐๏ธ Delete Test Report
โ๏ธ Note that the changes can be made by editing the latest test report only.
Add/Remove Noisy Fieldsโ
Noisy fields are ignored for assertion when the test-cases runs. Say, Date
and Content-Length
are two headers that are not static and can change with each request. We can mark these fields as noisy.
You'd see the changes in the test-case file locally, new noisy fields are added under noise param in the test case.
Normalise Test Report or Test Caseโ
Similarly, if the test case result is the new expected response, we can normalise the test report or a particular test case. This will update the expected result of the test case locally.
Need Help?โ
If you have any questions or need assistance, our support team is here to help. You can reach out to us through our support portal, Slack or by emailing us.