#
Running a single test
This is the simplest way to run tests on KushoAI. Running like this is useful when you're fixing a specific issue and want to check if it's working as expected by running a particular test.
Here's how you can run a single test and check the results:
- Go to the Tests table on Test Suite Details page
- Click on the "Run" button to execute a test
- Once the running is completed, you'll see the response in "Response" tab of Test Details section (which can be opened by clicking on "Details" button)
- "Assertions Results" tab will contain details about which assertions have passed/failed if you have defined assertions
- Status code and status of assertions is displayed under "Status" and "Assertions" columns respectively.
- Test counts will get updated once the execution is done. Note that pass/fail count will change only if you have defined assertions.
Additionally, check the "Details" point of this section to understand all the data which is displayed after a test is executed.
Check this section for common errors and their workarounds.