Replaces configuration files and update project structure
This commit is contained in:
9
xunit.runner.json
Normal file
9
xunit.runner.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
|
||||
"methodDisplay": "classAndMethod",
|
||||
"methodDisplayOptions": "all",
|
||||
"parallelAlgorithm": "aggressive",
|
||||
"parallelizeAssembly": true,
|
||||
"longRunningTestSeconds": 5,
|
||||
"showLiveOutput": true
|
||||
}
|
Reference in New Issue
Block a user