Skip to content

Commit aa40ef2

Browse files
Update test configs
1 parent fe55451 commit aa40ef2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Atata.Configuration.Json.Tests/Configs/Chrome+NUnit.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"logConsumers": [
1515
{
1616
"type": "Atata.NUnitTestContextLogConsumer, Atata",
17-
"minLevel": "Info",
1817
"sectionFinish": true
1918
}
2019
],

src/Atata.Configuration.Json.Tests/Configs/CustomSettings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"logNUnitError": true,
1111
"takeScreenshotOnNUnitError": true,
1212
"takeScreenshotOnNUnitErrorTitle": "Fail",
13+
"logConsumers": [
14+
{
15+
"type": "nunit",
16+
"sectionFinish": true
17+
}
18+
],
19+
1320
"intProperty": 5,
1421
"stringProperty": "str",
1522
"boolProperty": true,

0 commit comments

Comments
 (0)