Add dart fixture project

This commit is contained in:
Michal Dorner 2020-10-18 19:57:47 +02:00
parent c7b8acb0d7
commit cd21268493
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
10 changed files with 464 additions and 3 deletions

View file

@ -12,7 +12,8 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"dotnet-fixture": "dotnet test reports/dotnet/DotnetTests.XUnitTests --logger \"trx;LogFileName=../../../../__tests__/fixtures/dotnet-trx.trx\""
"dotnet-fixture": "dotnet test reports/dotnet/DotnetTests.XUnitTests --logger \"trx;LogFileName=../../../../__tests__/fixtures/dotnet-trx.trx\"",
"dart-fixture": "cd \"reports/dart\" && dart test --file-reporter=\"json:../../__tests__/fixtures/dart-json.json\""
},
"repository": {
"type": "git",