Skip to content

Commit

Permalink
Remove specflow generation (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galad authored Feb 26, 2019
1 parent 8904d51 commit 037a934
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 1,134 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ build_script:
- msbuild src\Tranquire.sln /nologo /m /v:minimal /t:build,pack
- ps:
test_script:
- ps: OpenCover.Console.exe "-output:opencover.xml" "-register:user" "-target:vstest.console.exe" "-targetargs:src\Tranquire.Tests\bin\Release\net462\Tranquire.Tests.dll src\Tranquire.Selenium.Tests\bin\Release\net462\Tranquire.Selenium.Tests.dll src\Tranquire.NUnit.Tests\bin\Release\net462\Tranquire.NUnit.Tests.dll src\Tranquire.SpecFlow.Generation.Tests\bin\Release\net462\Tranquire.SpecFlow.Generation.Tests.dll src\ToDoList.Specifications\bin\Release\net462\ToDoList.Specifications.dll /Logger:trx /Logger:AppVeyor" "-mergebyhash" "-coverbytest:*"
- ps: OpenCover.Console.exe "-output:opencover.xml" "-register:user" "-target:vstest.console.exe" "-targetargs:src\Tranquire.Tests\bin\Release\net462\Tranquire.Tests.dll src\Tranquire.Selenium.Tests\bin\Release\net462\Tranquire.Selenium.Tests.dll src\Tranquire.NUnit.Tests\bin\Release\net462\Tranquire.NUnit.Tests.dll src\ToDoList.Specifications\bin\Release\net462\ToDoList.Specifications.dll /Logger:trx /Logger:AppVeyor" "-mergebyhash" "-coverbytest:*"
after_test:
- ps: $item = (Get-ChildItem TestResults | Select-Object -First 1).FullName
- ps: transform -s:$item -xsl:"https://raw.githubusercontent.com/Galad/trxToSonarQubeXslt/master/trxToSonarQubeGenericTestData.xsl" -o:"$env:APPVEYOR_BUILD_FOLDER\TestResults-SonarFormat.xml" solutionFolder="$env:APPVEYOR_BUILD_FOLDER\src" projectNames="Tranquire.Tests,Tranquire.Selenium.Tests,Tranquire.NUnit.Tests,Tranquire.SpecFlow.Generation.Tests,ToDoList.Specifications"
- ps: transform -s:$item -xsl:"https://raw.githubusercontent.com/Galad/trxToSonarQubeXslt/master/trxToSonarQubeGenericTestData.xsl" -o:"$env:APPVEYOR_BUILD_FOLDER\TestResults-SonarFormat.xml" solutionFolder="$env:APPVEYOR_BUILD_FOLDER\src" projectNames="Tranquire.Tests,Tranquire.Selenium.Tests,Tranquire.NUnit.Tests,ToDoList.Specifications"
- ps: SonarScanner.MSBuild.exe end /d:"sonar.login=$env:sonarqube_token"
artifacts:
- path: Packages\$(configuration)\*.nupkg
Expand Down
28 changes: 0 additions & 28 deletions src/Tranquire.SpecFlow.Generation.Tests/Add.cs

This file was deleted.

23 changes: 0 additions & 23 deletions src/Tranquire.SpecFlow.Generation.Tests/App.config

This file was deleted.

123 changes: 0 additions & 123 deletions src/Tranquire.SpecFlow.Generation.Tests/CompilationTestsBase.cs

This file was deleted.

12 changes: 0 additions & 12 deletions src/Tranquire.SpecFlow.Generation.Tests/DomainAutoDataAttribute.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/Tranquire.SpecFlow.Generation.Tests/DomainCustomization.cs

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/Tranquire.SpecFlow.Generation.Tests/Setup.cs

This file was deleted.

Loading

0 comments on commit 037a934

Please sign in to comment.