| id | keploy-console | ||||
|---|---|---|---|---|---|
| title | Keploy Console | ||||
| sidebar_label | Keploy Console | ||||
| tags |
|
||||
| keywords |
|
import ProductTier from '@site/src/components/ProductTier';
Ensure you have installed keploy enterprise.
Before starting the console, run test cases locally.
keploy test -c "<CMD_TO_RUN_APP>"Let's see what broke and fix it.
-
Select your application on keploy cloud and navigate to the latest test-report.
-
Select the latest test report to make edits.
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.
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.
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.
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.




