Tagged Questions
0
votes
1answer
62 views
Display Gallio reports on CruiseControl.Net
I am setting up a CruiseControl.Net build server. My project compiles, and runs unit tests.
In my ccnet.config I have this:
<tasks>
<msbuild>
...
2
votes
1answer
123 views
Tests failing in CruiseControl but succeed when I run them
I have CruiseControl.NET (v 1.6.7981.1) set up on a Windows 7 Pro dedicated build machine.
I have a VS2012 project setup to build and then run MBUnit tests using Gallio.Echo.exe.
My problem is that ...
2
votes
1answer
585 views
Gallio Integration with NANT and CruiseControl.NET
In our build process we're currently using MBUnit 2.x tests, called from an NAnt task, called from CruiseControl.NET. I've uprgaded to Gallio and MBUnit 3.x locally and am able to run tests from ...
1
vote
1answer
563 views
How do you get Cruise Control to Email the unit test results from Gallio(MbUnit)?
I have a build server that uses Cruise Control to run our test cases. I have successfully configured ccnet 1.4.2 to display the Gallio test results in the webdashboard but I can't seem to get ...
1
vote
2answers
317 views
MbUnit cannot recognize test assemblies compiled with MSBuild on Windows Server 2003
I've recently installed MbUnit version 2.4.2.355 on our build server which runs via Cruise Control.NET and NAnt, on a Windows Server 2003 machine with .NET Framework 3.5 SP1 installed.
I've checked ...
1
vote
4answers
2k views
NAnt, MbUnit, CruiseControl, Selenium - passing settings to the test assembly
I am putting together some ideas for our automated testing platform and have been looking at Selenium for the test runner.
I am wrapping the recorded Selenium C# scripts in an MbUnit test, which is ...
21
votes
7answers
11k views
MSBuild — Use the .csproj file or roll your own?
OK, so I readily concede that I'm a newbie when it comes to continuous integration.
That being said, I'm trying to set up a CC.NET environment to educate myself, but I'm having trouble finding the ...