mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Update Test integ
This commit is contained in:
parent
6827671944
commit
e60a06703c
1
integration/tests/color.err
Normal file
1
integration/tests/color.err
Normal file
@ -0,0 +1 @@
|
||||
[1;33mwarning[0m: no entry have been executed for file tests/color.hurl
|
1
integration/tests/color.exit
Normal file
1
integration/tests/color.exit
Normal file
@ -0,0 +1 @@
|
||||
0
|
1
integration/tests/color.html
Normal file
1
integration/tests/color.html
Normal file
@ -0,0 +1 @@
|
||||
<div class="hurl-file"></div>
|
0
integration/tests/color.hurl
Normal file
0
integration/tests/color.hurl
Normal file
1
integration/tests/color.json
Normal file
1
integration/tests/color.json
Normal file
@ -0,0 +1 @@
|
||||
{"entries":[]}
|
@ -1,4 +1,4 @@
|
||||
[1;31merror[0m: Assert Failure
|
||||
error: Assert Failure
|
||||
--> tests/error_assert_variable.hurl:8:0
|
||||
|
|
||||
8 | variable "toto" equals "tata"
|
||||
@ -6,14 +6,14 @@
|
||||
| expected: string <tata>
|
||||
|
|
||||
|
||||
[1;31merror[0m: Undefined Variable
|
||||
error: Undefined Variable
|
||||
--> tests/error_assert_variable.hurl:9:28
|
||||
|
|
||||
9 | variable "status" equals {{unknown}}
|
||||
| ^^^^^^^ You must set the variable unknown
|
||||
|
|
||||
|
||||
[1;31merror[0m: Assert Failure
|
||||
error: Assert Failure
|
||||
--> tests/error_assert_variable.hurl:10:0
|
||||
|
|
||||
10 | variable "status" equals {{type}}
|
||||
@ -21,7 +21,7 @@
|
||||
| expected: string <text/html; charset=utf-8>
|
||||
|
|
||||
|
||||
[1;31merror[0m: Assert Failure
|
||||
error: Assert Failure
|
||||
--> tests/error_assert_variable.hurl:11:0
|
||||
|
|
||||
11 | variable "status" equals {{length}}
|
||||
|
@ -1 +1 @@
|
||||
warning: Could not uncompress response with gzip
|
||||
error: Could not uncompress response with gzip
|
||||
|
@ -1,4 +1,4 @@
|
||||
[1;31merror[0m: Undefined Variable
|
||||
error: Undefined Variable
|
||||
--> tests/error_template_variable_not_found.hurl:1:7
|
||||
|
|
||||
1 | GET {{url}}
|
||||
|
@ -1 +0,0 @@
|
||||
--color
|
Loading…
Reference in New Issue
Block a user