Tagged Questions
3
votes
1answer
102 views
How does AppHarbor select what to unit-test?
I have just created a small project with AppHarbor, composed of a single .csproj that uses xUnit. It's using NuGet to recover the xUnit framework. AppHarbor recognized it was a test project and ...
1
vote
2answers
127 views
How to mock test with asp.net mvc
I am writing an app that I have been deploying to appharbor. I am having trouble getting my project to build now because I have expanded my tests. I believe the issue is that I am using a db ...
2
votes
2answers
333 views
Nunit Test failing to compile in appharbor environment
Seems like I may be missing to set some enviornment variable in my AppHarbor environment.
My test folder cannot find reference to the nunit framework. I am using NUnit 2.5.9.
Part of the build output ...
2
votes
1answer
144 views
appharbor test project app.config file does not change its connectionstring
I have a test project in my appharbor solution which uses the connectionstring located in the app.config of the test project.
before appharbor builds the project shouldn't it change the ...
3
votes
2answers
245 views
Can AppHarbor set a conditional compilation symbol during build?
Can AppHarbor set a conditional compilation symbol during build? Maybe simply: AppHarbor
I have some tests that can't run on the server (they rely on test data files).
If AppHarbor could set a ...
8
votes
1answer
324 views
MSpec on Appharbor
It it possible to execute mspec tests on appharbor aside from adding build action ?
