You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,21 +40,21 @@ import TabItem from '@theme/TabItem';
40
40
})
41
41
}}
42
42
></script>
43
-
# Network Assertions
44
-
The **Network Assertions** feature in KaneAI enables you to test and validate the behavior of your application at the **network layer**.
43
+
# Network Logs Assertions
44
+
The **Network Logs Assertions** feature in KaneAI enables you to test and validate the behavior of your application at the **network layer**.
45
45
This is useful when you need to ensure that API calls, response codes, payloads, or request timings meet expected conditions during your test executions.
46
46
47
-
# Let's see how to add Network Assertions in a Test
47
+
# Let's see how to add Network Logs Assertions in a Test
48
48
49
49
-**Start a test session** (Desktop or Mobile Web).
50
50
51
-
-To add Network Assertions you have to make some API calls. After going to your desired site or hitting API request, you can see the Network calls made so far through the **Assert Network Logs** option available in the " / " commands.
51
+
-All network calls are automatically recorded in the background as you navigate through your application, you can see the Network calls made so far through the **Assert Network Logs** option available in the " / " commands.
- Here you will find all the Network requests made in this session so far, you can filter the requests on basis of **Status Code** or **HTTP Methods**:
57
+
- Here you will find all the Network requests made in this session so far and **having the Json data format**, you can filter the requests on basis of **Status Code** or **HTTP Methods**:
0 commit comments