The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

MightyMoose - is there a way to set this up with NSpec?

I am using NSpec for my BDD tests and would like to integrate MightyMoose into our project. Can this be done? I cannot find any instructions on how to configure this.
0
votes
3answers
141 views

Levels of continuous integration

In a recent interview, I was asked about the level of Continuous Integration practiced in our company. When I started describing what we did, the interviewer interjected and asked me the level number ...
2
votes
1answer
157 views

MsTest parallel execution on TeamCity

I have an excellent build server with a huge amount of RAM and processors. Also I have a project with a huge amount of MsTest tests (95% of which are simple unit tests). It is so disappointing to see ...
3
votes
1answer
142 views

ContinuousTest / Moose : Here Be Dragons and general overlay questions

Has anyone ever come across the Here Be Dragons warning in Mighty Moose / ContinuousTests? This was placed beside a private method, probably because it's private and thus not easily testable - you ...
0
votes
0answers
88 views

Any way to skip post-build events in Mighty Moose builds?

I'm running Mighty Moose as a Visual Studio Add-In. However, while the normal build from visual studio (Build->Build Solution) works OK, Mighty Moose fails, giving me the MSB3073 in a post-build ...
3
votes
0answers
117 views

Automated/Continuous testing with MonoDevelop

By following the instructions about automating unit tests using Mighty moose for stand alone clients (MonoDevelop IDE), I understood it was possible. There is a section on How can I get Mighty Moose ...
-1
votes
1answer
133 views

Can a continuous integration tool like Hudson meet my needs? [closed]

I'm putting together a process/build flow for my company, and am starting to look at tools such as Hudson for help. It is a PHP project. Here are the systems we have: A Linux server hosting the Git ...
8
votes
3answers
396 views

Is there a Java continuous testing plugin for Maven?

I'm looking for a plugin that would run in a console continuously to scan a Maven project's test sources directory, and when it detects a change kicks off a test cycle. Something analogous to mvn ...
5
votes
1answer
211 views

How do I set up NCrunch to run nspec tests

I'm struggling to set up NCrunch to run my nspec tests automatically. On the ncrunch forums it says this functionality has not been implemented yet, but then MattFlo says he prefers using NCrunch, so ...
2
votes
0answers
108 views

Continuous JavaScript Testing with autotest and jasmine

I'm developing a rails application using rspec, spork and autotest. I've started recently writing tests for my views too. Using autotest is a requirement so i'm trying to get a solution on using ...
3
votes
1answer
89 views

Using Autotest in the Simplest Possible Way

I'm new to using Autotest to continuously run rspec specs. I'd like to simply use Autotest to work with two files: [filename].rb and [filename]_spec.rb, but when I run Autotest in the directory those ...
8
votes
3answers
978 views

Is it possible to run incremental/automated JUnit testing in Eclipse?

Eclipse support incremental compiling. If I save a source file then it will compile the modified files. Is it possible after such incremental compile also to run the JUnit tests of the same package ...
1
vote
2answers
1k views

Autotest, RSpec 2 and Ruby 1.9.2-p0 - no output at all

I have started the book Continuous Testing with Ruby (B2.0 printing), but am running into immediate problems. Per the first chapter, I have created an empty Gem using Jeweler 1.5.1 $ jeweler --rspec ...
2
votes
2answers
132 views

What are good continuous testing tools for Eclipse today (2010)

The question is in the title. This is almost the same question, but it's dated, so I think one should not be considered a dup: ...