Fabrice Reix
ac5c87ef78
Update JUnit XML report in integration
2021-12-16 11:43:38 +01:00
Fabrice Reix
165e79054e
Report error on missing closing quote for quoted String
2021-12-10 09:01:47 +01:00
Fabrice Reix
2ae6e85f11
Update Junit Report
...
One testcase per Hurl file
Reuse exactly the same error message than command-line
2021-12-02 21:37:37 +01:00
lepapareil
b83da91c7d
Add alpine-x64 test job to ci
2021-11-29 16:00:55 +01:00
Fabrice Reix
91cc14882a
Update report
2021-11-26 21:06:03 +01:00
Fabrice Reix
6d7d9fe973
Fix Memory Allocation error (usize cast)
2021-11-26 11:30:29 +01:00
Fabrice Reix
af6b60eec1
Using Floating-point for the Float Value
2021-11-21 21:51:09 +01:00
Fabrice Reix
e46d44b4a8
Update assert duration
2021-11-14 21:35:51 +01:00
Fabrice Reix
809609a442
Set variables from HURL_ environment variables
2021-11-11 19:10:09 +01:00
Fabrice Reix
dd98920f80
Update output
...
Can now be on the following:
- Binary response body
- JSON
- Textual Summary
2021-11-11 18:24:48 +01:00
Fabrice Reix
5eef54bfa4
Update reports (include xml junit)
2021-11-08 11:45:05 +01:00
Fabrice Reix
c6bf58030f
Rename option --html
2021-11-08 11:30:26 +01:00
Fabrice Reix
96306bfa57
Update Test integ
2021-10-29 18:40:18 +02:00
Fabrice Reix
8398c24fe7
Display libcurl error code/message
2021-10-23 10:36:08 +02:00
Fabrice Reix
0ecc117396
Update test integ
2021-10-21 13:21:01 +02:00
Fabrice Reix
ddbb639496
Add test for non-utf8 sequence
2021-10-17 20:33:21 +02:00
Fabrice Reix
b6f8797904
Parse more characters in URLs
2021-10-17 13:49:23 +02:00
Fabrice Reix
8be45d56a7
Add asserts in JSON output
2021-10-16 14:10:33 +02:00
Fabrice Reix
be36b702d0
Update report HTML/JSON
2021-10-14 21:08:44 +02:00
Fabrice Reix
852a9cb06e
Add integ test for JSON output
2021-10-14 11:01:44 +02:00
Fabrice Reix
09115f3228
Support tidle in url
2021-10-14 09:17:49 +02:00
Fabrice Reix
24932394e2
Print stderr if exitcode does not match
2021-10-08 09:31:15 +02:00
Fabrice Reix
497124c3c2
Test --test option
2021-10-08 09:31:15 +02:00
Fabrice Reix
f02a849e78
Add tests for jsonpath filter
2021-09-30 09:03:20 +02:00
Fabrice Reix
a9f3f3ddcc
Add option --ignore-asserts
2021-09-26 09:56:14 +02:00
Fabrice Reix
f557a33209
Add test for html file output
2021-09-25 09:17:33 +02:00
Fabrice Reix
6c145e2e9c
Update report
2021-09-25 09:17:33 +02:00
Fabrice Reix
60de1be7a0
Update integ test
2021-09-25 09:17:33 +02:00
Fabrice Reix
bd540070e0
Accept hyphen in variable name
2021-09-10 17:35:23 +02:00
Fabrice Reix
187ca03698
Escape Hash(#) in hurl string value
2021-09-10 08:37:15 +02:00
Fabrice Reix
bde283f6c3
Fix parsing json body
2021-07-25 11:01:04 +02:00
Fabrice Reix
84cdc49b22
Remove unnecessary checks
...
Runtime errors are tested by error hurl files (error_*.hurl),
while export to JSON/HTML is tested by *.json and *.html files.
The error files do add more syntax/functionalities than the standard/non-error hurl files,
therefore, it is not useful to test (and maintain) their JSON/HTML export.
2021-07-25 08:27:34 +02:00
Fabrice Reix
ef4f075074
Simplify JSON/HTML report generation
2021-07-24 09:34:58 +02:00
Fabrice Reix
47ae21f6df
add endsWith predicate
2021-07-16 08:18:58 +02:00
Fabrice Reix
3a25d516ab
Add md5 query
2021-07-14 21:38:15 +02:00
Fabrice Reix
1b30968c95
Support startsWith and contains with bytes
2021-07-07 15:44:48 +02:00
Fabrice Reix
6d4308df73
Add hex body
2021-07-04 18:49:20 +02:00
Fabrice Reix
2fee06d379
Clean html output
2021-07-03 13:23:53 +02:00
Fabrice Reix
4fe77e284d
Add predicate value base64
2021-07-02 18:51:58 +02:00
Fabrice Reix
d9630ed685
Add raw string in predicate value
2021-07-01 20:02:47 +02:00
Fabrice Reix
0dd0942435
Add PredicateValue public type
2021-06-29 18:31:05 +02:00
Fabrice Reix
e3952b8d84
Improve error message with suggestions
2021-06-28 20:02:44 +02:00
Fabrice Reix
31809edb9f
Add notEquals query (!=)
2021-06-27 14:00:19 +02:00
Fabrice Reix
609868c858
Add subquery count
...
predicate countEquals becomes deprecated and is replaced by count ==
2021-06-27 09:20:03 +02:00
Fabrice Reix
424f8a59a0
Fix json export for less predicate
2021-06-24 20:29:19 +02:00
Fabrice Reix
559e9d9192
Improve url parsing error
2021-06-19 14:20:14 +02:00
Fabrice Reix
8844c1e60a
Add operators for arithmetic predicates
2021-06-19 08:52:45 +02:00
Fabrice Reix
2b0a38846a
Improve assert Error for bytearray
2021-06-17 22:20:06 +02:00
Fabrice Reix
ead46740ab
Add sha256 query
2021-06-17 20:28:13 +02:00
Fabrice Reix
93c2fede66
Add bytes query and equals predicate for bytearray
2021-06-16 21:13:17 +02:00
Fabrice Reix
e9d00d42b3
return "real" HTTP request sent from HTTP client
...
Log in the json session all the headers sent by the client
2021-06-15 21:26:11 +02:00
Fabrice Reix
651e823a0b
Specify Host in CouldNotResolveHost Error
2021-06-12 09:21:58 +02:00
Fabrice Reix
fa46137ebe
Improve error message for countEquals predicate
2021-06-11 08:37:37 +02:00
Fabrice Reix
ae83a4cb52
Improve HTML report
2021-06-10 19:54:07 +02:00
Fabrice Reix
2f18340f00
Initialise Error Handler with a native "silent" callback
...
The callback can not be implemented because it needs to be variadic
2021-06-03 09:14:03 +02:00
Fabrice Reix
f9f3f55baf
Output curl command for each request at runtime
2021-05-23 09:44:38 +02:00
Fabrice Reix
2c84f299db
Fix parsing quote in quoted template
2021-03-22 14:41:10 +01:00
Fabrice Reix
4f6750b41b
Add test connect-timeout
2021-03-08 13:22:27 +01:00
Fabrice Reix
68be658648
Type input variables
2021-02-25 20:47:46 +01:00
lepapareil
3d252f3744
add win64 tests and release to ci
2021-02-23 17:37:41 +01:00
Fabrice Reix
99b811fa70
Run Tests integ in windows
...
Decode hurlfmt output and error stream as text
supports both UTF-8 and UTF-16, both with and with BOM
Add optional os-specific expected error file
2021-02-16 09:13:17 +01:00
Fabrice Reix
e60a06703c
Update Test integ
2021-02-15 11:45:19 +01:00
Fabrice Reix
a60f054cc0
Support wildcard in jsonpath
2021-02-15 10:52:04 +01:00
Fabrice Reix
2d7cd55a2e
Support Hurl File encoded with UTF8 BOM
2021-02-10 19:53:09 +01:00
Fabrice Reix
89f0968164
Set libcurl handle attributes in the execute method
...
Instead of the init method, so that they can be applied after the reset
2021-02-07 14:34:30 +01:00
Fabrice Reix
12aecfec1e
Keep extra description from libcurl for SSL Certificate errors
2021-02-07 12:12:05 +01:00
Fabrice Reix
399ca688c8
Do not run flask in debug mode anymore
...
It might solve the import issue with the form_param.py test
ImportError: cannot import name 'attach_enctype_error_multidict' from partially initialized module 'flask.debughelpers' (most likely due to a circular import) (/usr/local/lib/python3.9/site-packages/flask/debughelpers.py)
2021-02-06 18:01:53 +01:00
Fabrice Reix
95b9887e55
Add Test SSL with self-signed certificates
2021-02-06 13:38:55 +01:00
Fabrice Reix
3c0a376bca
Fix test cookie_file
2021-02-04 10:23:02 +01:00
Fabrice Reix
af75640fdd
Add explicit error for invalid utf8 encoding
2021-02-03 20:10:32 +01:00
Fabrice Reix
797788c571
Tests hurl files in order
2021-01-28 11:49:21 +01:00
Fabrice Reix
a85170998f
Migrate integration scripts to python
...
so that they can be executed then in windows
2021-01-14 20:40:37 +01:00
Fabrice Reix
13e8d5fe7b
Support for windows
2021-01-14 16:14:04 +01:00
Fabrice Reix
37710d2523
Add test integ for input cookie file
2021-01-11 19:05:33 +01:00
Fabrice Reix
d10045e320
Add option --variables-file
2021-01-09 20:31:26 +01:00
Fabrice Reix
8b12a574a6
Support template in json for null, boolean and numbers
2021-01-09 18:32:31 +01:00
Fabrice Reix
3b71306abf
Update integration test report
2020-12-18 09:01:14 +01:00
Fabrice Reix
833e2bf157
Fix html export
2020-12-05 12:04:35 +01:00
Fabrice Reix
f3fd06945f
Fix json export
2020-12-05 12:04:35 +01:00
Fabrice Reix
7588929755
Fix typo in json export
2020-11-30 15:38:44 +01:00
Fabrice Reix
79713ef647
Make predicates with numbers "arithmetic"
...
floats and integers can be replaced with each other
jsonpath "$.count" equals 5
jsonpath "$.count" equals 5.0
2020-11-29 17:34:30 +01:00
Fabrice Reix
85f2cfff3d
Update Test Integ
2020-11-28 18:37:31 +01:00
Fabrice Reix
842f3f6189
Parse extra dot in jsonpath expression
...
example: $.store.book.[0].title
not really standard
but parsed by jsonpath.com
2020-11-28 17:39:23 +01:00
Fabrice Reix
0ca127f6dd
Update integration report
2020-11-22 09:13:05 +01:00
Fabrice Reix
c3b6f85fde
Add duration query
2020-11-22 08:55:07 +01:00
Fabrice Reix
5fa85dbfce
Add integ tests
2020-11-21 17:28:31 +01:00
Fabrice Reix
22ef5583dc
Use --format instead of --output
2020-11-16 22:18:16 +01:00
Fabrice Reix
0c2b439b3c
Update format to html
2020-11-16 21:34:38 +01:00
Fabrice Reix
b9f1efd174
Update hurlfmt usage
2020-11-15 17:08:49 +01:00
Fabrice Reix
091944f544
Add test integ max-redirect
2020-11-15 09:29:39 +01:00
Fabrice Reix
9ce30efcda
Export AST to json (continued)
2020-11-11 18:17:45 +01:00
Fabrice Reix
7798c8dcf9
Merge pull request #77 from Orange-OpenSource/feature/report-html-simplify-usage
...
Simplify usage for html report
2020-11-10 08:03:26 +01:00
Fabrice Reix
b0fea5a029
Simplify usage for html report
2020-11-10 07:52:09 +01:00
Fabrice Reix
1956ebcd94
Support user in url
2020-11-10 07:35:27 +01:00
Fabrice Reix
4c6fce3b86
Update html report
2020-11-09 22:32:40 +01:00
Fabrice Reix
7601b63825
Add test for large response
2020-11-09 22:32:40 +01:00
Fabrice Reix
f99b66502f
Add test for include option
...
amend commit
2020-11-09 22:32:40 +01:00
Fabrice Reix
91ef40087c
Refacto test integ
2020-11-09 22:32:40 +01:00
Fabrice Reix
5634d29105
Update data file
2020-11-09 20:24:08 +01:00
Fabrice Reix
42cff4055c
Add json export for AST
2020-11-07 20:42:22 +01:00
Fabrice Reix
698b6dcca6
add wildcard for http status code
...
in order to ignore implict assert on status code
2020-11-03 20:34:12 +01:00
Fabrice Reix
c8b3f76578
Add test proxy
2020-10-30 10:15:25 +01:00
Fabrice Reix
e90eb37b27
Add Accept-Encoding header with --compressed option
2020-10-27 08:35:14 +01:00
Fabrice Reix
0932647379
Generate html report by running hurl tests successively
...
Results are appended together in a common json file
2020-10-23 16:11:16 +02:00
Fabrice Reix
9e56b9c935
[Fix] Remove unnecessary trailing comma in Cookie String
2020-10-23 13:02:50 +02:00
Fabrice Reix
7e36855113
[FIX] Send multiple request cookies
2020-10-22 10:15:47 +02:00
Fabrice Reix
9fe9aa7953
Add option user
2020-10-21 13:48:22 +02:00
Fabrice Reix
af63efa578
Add request Expect Header explicitly
...
Fix: http version is the from the last status line
2020-10-21 09:25:22 +02:00
Fabrice Reix
1464a5d908
Support multiple Content-Encoding
2020-10-20 13:51:50 +02:00
Fabrice Reix
9617cba31d
Fix mock for brotli
2020-10-20 08:18:27 +02:00
Fabrice Reix
4a6bc950f1
Fix Predicates with not qualifiers
2020-10-19 17:55:03 +02:00
Fabrice Reix
c6347a6828
Decompress response body
...
- explicitly for the output if --compressed has been set
- implicitly for textual queries
2020-10-15 08:44:21 +02:00
Fabrice Reix
8a46b0b2e3
add option --compressed
2020-10-12 14:08:01 +02:00
Fabrice Reix
5dfea2822d
Big Refacto - clean and isolate modules
2020-10-11 17:31:09 +02:00
Fabrice Reix
4940333bf7
Add timeout option (--connect-timeout and --max-time)
2020-09-24 21:02:53 +02:00
Fabrice Reix
6eaaf88d0d
Request cookies must not change the cookie storage
...
Change to cookie storage are made explicit with directives (experimental feature)
@cookie_storage_set
@cookie_storage_clear
2020-09-23 20:35:00 +02:00
Fabrice Reix
9ef6e7665b
Improve http error messages
2020-09-23 07:35:42 +02:00
Fabrice Reix
9906c10b6e
Update Cookie Query for Secure/HttpOnly attribute
2020-09-22 08:34:20 +02:00
Fabrice Reix
5af47c3f33
Clean script
2020-09-19 21:17:19 +02:00
Fabrice Reix
2f84c178a8
Use libcurl under the hood
2020-09-17 16:19:32 +02:00
jcamiel
4888f44759
Remove color default options for running tests.
2020-09-15 11:18:12 +02:00
jcamiel
b0ba08ec21
Add optional options in integration tests.
2020-09-14 15:32:25 +02:00
jcamiel
9aaa346974
Change foo.com domain for localhost.
2020-08-28 14:27:18 +02:00
Fabrice Reix
d849e0d1b3
Init Commit - beta release 0.99.12
2020-08-27 16:44:57 +02:00