Commit Graph

1267 Commits

Author SHA1 Message Date
Jean-Christophe Amiel
438fbf721a
Update docs for --delay. 2024-06-18 16:53:56 +02:00
Fabrice Reix
e67ffc0f88
Move message function to DisplaySourceError trait 2024-06-18 13:55:11 +00:00
baerwang
2ddea77f66
fix: date add equal and not equal 2024-06-17 06:05:02 +00:00
Fabrice Reix
33a8b67a9d
Update Diff API with hunks 2024-06-15 23:03:36 +02:00
Jean-Christophe Amiel
aceb5fc61e
Accept directory as Hurl arguments for processing file 2024-06-14 13:43:06 +02:00
Jean-Christophe Amiel
d51c275fc6
Fix Rust 1.79 warnings. 2024-06-14 10:21:36 +02:00
hurl-bot
2fb29f3633
Update crates 2024-06-13 03:02:09 +00:00
Jean-Christophe Amiel
1d6bec4c51
Expose request comments in --out json. 2024-06-12 17:02:54 +02:00
Jean-Christophe Amiel
8a67d77912
Truncate file then append it when dumping response with --output. 2024-06-12 15:24:55 +02:00
hurl-bot
d915b754e3
Update crates 2024-06-12 12:32:30 +00:00
baerwang
3d98c7caa6
fix: crash expires cookie attributes 2024-06-12 04:35:38 +00:00
Jean-Christophe Amiel
46482d3511
Small code refacto on ResponseCookie. 2024-06-11 16:16:10 +02:00
Jean-Christophe Amiel
123fd981c9
Remove too specific variant StatuslineIsMissing in favor of CouldNotParseResponse. 2024-06-11 13:23:25 +00:00
hurl-bot
fdb36cedde
Update crates 2024-06-11 03:01:58 +00:00
Jean-Christophe Amiel
54f3bf5b1a
Implement repeat for sequential runner. 2024-06-10 21:24:43 +02:00
Jean-Christophe Amiel
16f902a7e1
Delete test mode in sequential runner.
In test mode, the parallel runner is now always use, even if tests are run one-by-one (--jobs=1). The sequential runner don't need to report test progress.
2024-06-10 15:35:05 +02:00
Jean-Christophe Amiel
330d6041e5
Implement repeat option on parallel runner. 2024-06-10 10:12:09 +02:00
Jean-Christophe Amiel
fe7cba7003
Add --repeat option. 2024-06-10 10:12:08 +02:00
hurl-bot
1ffd708e5b
Update crates 2024-06-10 03:01:49 +00:00
Jean-Christophe Amiel
ce856f92c9
Update docs with --parallel option. 2024-06-09 21:10:30 +02:00
Jean-Christophe Amiel
655e87b093
Use an iterator instead of a reversed vec for the job queue. 2024-06-08 16:53:15 +02:00
hurl-bot
ae39f603b2
Update crates 2024-06-08 03:01:38 +00:00
Jean-Christophe Amiel
fa08c11bf2
Add requests rate to test summary. 2024-06-07 16:24:37 +02:00
Jean-Christophe Amiel
d0ce2a8573
Move summary module in cli. 2024-06-07 14:49:21 +02:00
hurl-bot
48847abeaa
Update crates 2024-06-07 03:02:05 +00:00
Jean-Christophe Amiel
b74ddf49fa
Print the total number of executed requests in test mode. 2024-06-06 17:22:04 +02:00
Jean-Christophe Amiel
79cc10cd89
Append existing JSON report. 2024-06-05 23:08:01 +02:00
Jean-Christophe Amiel
2f5b28a1d6
Add comment on SSL certificate's subject and issuer parsing. 2024-06-05 12:42:13 +00:00
Fabrice Reix
07aab17edd
Return diff output as StyledString 2024-06-05 11:39:51 +00:00
Fabrice Reix
4a4a172cf3
Update push to update last token if possible 2024-06-05 11:39:50 +00:00
Jean-Christophe Amiel
e484b1746d
Fix typo in issuer field when exporting SSL certificate to JSON 2024-06-05 10:05:18 +02:00
Fabrice Reix
fb6379a8ba
Update fixme to return a StyledString 2024-06-04 14:50:43 +00:00
Jean-Christophe Amiel
76ef2c98bc
Fix crash with --json option when capturing 'HttpOnly' and 'Secure' cookie attribute 2024-06-04 16:14:27 +02:00
Jean-Christophe Amiel
7488c4c128
Update capture_to_json integration test to improve code coverage. 2024-06-04 10:54:09 +02:00
Jean-Christophe Amiel
1b3c755f04
Use serde::Serialize macro in HurlResult serialization. 2024-06-03 21:25:17 +00:00
Fabrice Reix
d785fe06cf
Remove lifetime from StyledString struct 2024-06-03 20:57:54 +02:00
Fabrice Reix
1831f4eb4d
Add append and split methods to StyledString 2024-06-01 10:02:40 +02:00
Jean-Christophe Amiel
efbc41bf1b
USe StyledText in logger instead of colored::* 2024-05-31 18:06:59 +02:00
Fabrice Reix
b35fd1bdc0
Refacto RichText to StyledText 2024-05-31 15:28:04 +00:00
Jean-Christophe Amiel
f3858f7c18
Create intermediary directories if necessary when producing JUnit report 2024-05-31 16:57:44 +02:00
Jean-Christophe Amiel
085e67b7e9
Add more colors to RichText 2024-05-31 13:03:01 +02:00
Jean-Christophe Amiel
492ea25fee
Implementaion of builder method bold.
Note: bold method doesn't create a new token, it modifies the last token.
2024-05-31 09:16:05 +00:00
Jean-Christophe Amiel
7b6527ff16
Update docs. 2024-05-31 09:44:39 +02:00
Jean-Christophe Amiel
6f98d51092
Use FromStr trait on Url instead of dedicated associated method. 2024-05-30 17:00:39 +02:00
Fabrice Reix
165077ed21
Add RichText type 2024-05-30 15:47:15 +02:00
Jean-Christophe Amiel
e471a9aee6
Create intermediary directories if necessary when producing TAP report 2024-05-28 18:19:13 +02:00
Jean-Christophe Amiel
570741ade1
Improve JUnit error report. 2024-05-28 18:00:54 +02:00
Jean-Christophe Amiel
6ff8e0223e
Improve error reporting for TAP report. 2024-05-28 16:31:45 +02:00
Jean-Christophe Amiel
0c89d352d8
Improve report error. 2024-05-28 14:30:50 +02:00
hurl-bot
4638705351
Update crates 2024-05-26 03:01:47 +00:00