-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from SanskritiHarmukh/release-v2024.12.0
Release v2024.12.0: Bulk Edit for form-data, "Keep Variable Values" Run Setting and minor updates
- Loading branch information
Showing
5 changed files
with
73 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,3 +78,19 @@ pw.test("Check first name", () => { | |
``` | ||
|
||
Running the test will produce the result as shown below: | ||
|
||
```json | ||
{ | ||
"data": { | ||
"id": 10, | ||
"email": "[email protected]", | ||
"first_name": "Byron", | ||
"last_name": "Fields", | ||
"avatar": "https://reqres.in/img/faces/10-image.jpg" | ||
}, | ||
"support": { | ||
"url": "https://contentcaddy.io?utm_source=reqres&utm_medium=json&utm_campaign=referral", | ||
"text": "Tired of writing endless social media content? Let Content Caddy generate it for you." | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters