Is there a way to run only failed tests from a previous test run in TeamCity? Even better, is there a way to run only selected tests in some way?Like if we want to run only certain test classes.
My question is How to do Teamcity remote run in script(shell or dos)? I can do normal teamcity remote run, but this means the checkout and replace new files things is controled by teamcity itself, so
We are starting a new WinForms project and decided to use TeamCity to create builds and run unit and integration tests. The project deals with database. We have 3 databases (developDB (this is used b
On my local dev machine this works perfectly: msbuild project.name.csproj /p:DeployOnBuild=true /p:DeployTarget=PipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir=\"c:\\proyectos\\folder1\\d
Well we are facing a strange problem with JetBrains TeamCity ind开发者_开发问答uced unit tests on our main project where tests from few library projects are failing regularly. Apparently, it\'s not re
I\'m looking for opinions and thoughts surrounding testing and Continuous Integration using nUnit and/or FitNesse.
We are using TeamCity 6.0 to 开发者_如何学Gobuild VS C# solutions each commit. Once the build is complete, a different test TC project runs. So that developers can add/remove/edit VS unit test project
开发者_运维问答I\'m having issues setting up different envirnoments with MSBuild and MSDeploy.
Say you make an automatic deploy script开发者_开发问答 in TeamCity. The script uses SSH for connection to the prod-environment. I do not trust my build server and don\'t want to store the credentials
Let\'s say I have one TeamCity build configuration depending on artifacts taken from another. It is possible to publish artifacts while build is in progress in TeamCity.