Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/spec/options/hurl/no_color.option
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ help: Do not colorize output
help_heading: Output options
conflict: color
cli_only: true
config_file: true
env_var: HURL_NO_COLOR NO_COLOR
---
Do not colorize standard output nor standard error.
303 changes: 194 additions & 109 deletions integration/hurl/tests_pty/color/color.out
Original file line number Diff line number Diff line change
@@ -1,180 +1,265 @@
{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
}
]
}
}
{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
"ratings": [
],

"notes": {
}
}
]
}
}
{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
}
]
}
}
{
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
"ratings": [
],

"notes": {
}
}
]
}
}
{
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
"ratings": [
],

"notes": {
}
}
]
}
}
{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
}
]
}
}
{
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
"ratings": [
],

"notes": {
}
}
]
}
}
{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
}
]
}
}
{
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [
],

"notes": {
}
}
]
}
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [
],

"notes": {
}
}
]
}
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [
],

"notes": {
}
}
]
}
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [
],

"notes": {
}
}
]
}
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [
],

"notes": {
}
}
]
}
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [
],

"notes": {
}
}
]
}
}{
"store": {
"book": [
{
"published": true,
"title": "Sayings of the Century",
"price": 8.95,
"ratings": [],
"notes": {}
"ratings": [
],
"notes": {
}
},
{
"published": false,
"title": "Sword of Honour",
"price": 12.99,
"ratings": [],
"notes": {}
"ratings": [
],

"notes": {
}
}
]
}
}
}
Loading
Loading