initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
10
test/PowerShellEditorServices.Test.E2E/xunit.runner.json
Normal file
10
test/PowerShellEditorServices.Test.E2E/xunit.runner.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
|
||||
"appDomain": "denied",
|
||||
"parallelizeTestCollections": true,
|
||||
"parallelAlgorithm": "conservative",
|
||||
"methodDisplay": "method",
|
||||
"diagnosticMessages": true,
|
||||
"longRunningTestSeconds": 10,
|
||||
"showLiveOutput": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue